Ignore:
Timestamp:
10/20/14 18:28:27 (10 years ago)
Author:
funger
Message:

renamed

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-android/src/main/java/de/ugoe/cs/autoquest/plugin/android/guimodel/ANDROIDGUIElement.java

    r1789 r1790  
    2626 * @author Florian Unger 
    2727 */ 
    28 public class AndroidGUIElement extends AbstractDefaultGUIElement{ 
     28public class ANDROIDGUIElement extends AbstractDefaultGUIElement{ 
    2929 
    3030        /** 
     
    4040     * </p> 
    4141     */ 
    42     private AndroidGUIElementSpec specification; 
     42    private ANDROIDGUIElementSpec specification; 
    4343     
    4444    /** 
     
    5353     *            window 
    5454     */ 
    55     public AndroidGUIElement(AndroidGUIElementSpec specification, AndroidGUIElement parent) { 
     55    public ANDROIDGUIElement(ANDROIDGUIElementSpec specification, ANDROIDGUIElement parent) { 
    5656                super(specification, parent); 
    5757                this.specification = specification; 
Note: See TracChangeset for help on using the changeset viewer.