Changeset 2058 in josm for trunk/src/org
- Timestamp:
- 2009-09-04T23:21:34+02:00 (15 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/actions
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/UploadAction.java
r2046 r2058 57 57 import org.openstreetmap.josm.tools.WindowGeometry; 58 58 import org.xml.sax.SAXException; 59 60 import com.sun.corba.se.spi.orbutil.fsm.Action;61 59 62 60 … … 757 755 758 756 public boolean hasChangesetComment() { 757 if (!getChangesetProcessingType().isUseNew()) 758 return true; 759 759 return cmt.getText().trim().length() >= 3; 760 760 }
Note:
See TracChangeset
for help on using the changeset viewer.