Revision 42174 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.fmap.control/src/main/java/org/gvsig/propertypage/BasePropertiesPageDialog.java

View differences:

BasePropertiesPageDialog.java
26 26
    public BasePropertiesPageDialog() {
27 27
    }
28 28

  
29
    protected void BasePropertiesPagePanel(Object obj, String groupID) {
29
    public BasePropertiesPageDialog(Object obj, String groupID) {
30 30
        init(groupID, obj);
31 31
    }
32 32

  

Also available in: Unified diff