Project

General

Profile

« Previous | Next » 

Revision ad6ad4c6

Added by Andreas Kohlbecker over 3 years ago

cleaning unused variable

View differences:

src/main/java/eu/etaxonomy/dataportal/pages/RegistrationPage.java
11 11
import java.io.UnsupportedEncodingException;
12 12
import java.net.MalformedURLException;
13 13
import java.util.Collections;
14
import java.util.UUID;
15 14

  
16 15
import org.apache.log4j.Logger;
17 16
import org.openqa.selenium.WebDriver;
......
32 31

  
33 32
    public static final Logger logger = Logger.getLogger(TaxonProfilePage.class);
34 33

  
35
    private UUID registrationUuid;
36

  
37 34
    protected static String drupalPagePathBase = "cdm_dataportal/registration";
38 35

  
39 36

  

Also available in: Unified diff