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/ANDROIDGUIElementSpec.java

    r1789 r1790  
    1919 * <p> 
    2020 * Implements the specification of {@link IGUIElement} for 
    21  * {@link AndroidGUIElement}s. 
     21 * {@link ANDROIDGUIElement}s. 
    2222 * </p> 
    2323 *  
     
    2525 * @author Florian Unger 
    2626 */ 
    27 public class AndroidGUIElementSpec implements IGUIElementSpec { 
     27public class ANDROIDGUIElementSpec implements IGUIElementSpec { 
    2828 
    2929        // TODO Why is serialVersionUID = 1L initialized by 1L? 
     
    102102                } 
    103103 
    104                 if (!(other instanceof AndroidGUIElementSpec)) { 
     104                if (!(other instanceof ANDROIDGUIElementSpec)) { 
    105105                        return false; 
    106106                } 
Note: See TracChangeset for help on using the changeset viewer.