Changeset 11584 in osm for applications/editors
- Timestamp:
 - 2008-11-01T15:41:59+01:00 (17 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/api/NewAction.java
r11157 r11584 64 64 } 65 65 66 if( !"ok".equalsIgnoreCase(result)) {67 throw new RuntimeException("Couldn't create new bug ");66 if(result != null && !result.startsWith("ok")) { 67 throw new RuntimeException("Couldn't create new bug. Result: " + result); 68 68 } 69 69  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  