Changeset 5414
- Timestamp:
- Sep 21, 2010, 9:29:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/core/PluginExecutionRequest.java
r5406 r5414 129 129 } 130 130 done(); 131 if (progress != null) progress.setEnded(pluginResponse, signalHandler .hasReceived(Signal.SHUTDOWN));131 if (progress != null) progress.setEnded(pluginResponse, signalHandler != null && signalHandler.hasReceived(Signal.SHUTDOWN)); 132 132 return pluginResponse; 133 133 }
Note: See TracChangeset
for help on using the changeset viewer.