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

    r1789 r1790  
    2424 * @author Florian Unger 
    2525 */ 
    26 public class AndroidButton extends AndroidGUIElement implements IButton{ 
     26public class ANDROIDButton extends ANDROIDGUIElement implements IButton{ 
    2727        /** 
    2828     * <p> 
     
    4343     *            window 
    4444     */ 
    45     public AndroidButton(AndroidGUIElementSpec specification, 
    46                         AndroidGUIElement parent) { 
     45    public ANDROIDButton(ANDROIDGUIElementSpec specification, 
     46                        ANDROIDGUIElement parent) { 
    4747                super(specification, parent); 
    4848                // TODO Auto-generated constructor stub 
Note: See TracChangeset for help on using the changeset viewer.