Changeset 3718
- Timestamp:
- Sep 12, 2007, 1:28:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4-stable/src/clients/web/net/sf/basedb/clients/web/util/NameablePluginAdaptor.java
r3679 r3718 27 27 28 28 import net.sf.basedb.core.InvalidDataException; 29 import net.sf.basedb.core.InvalidUseOfNullException; 29 30 import net.sf.basedb.core.Item; 30 31 import net.sf.basedb.core.Nameable; … … 51 52 public NameablePluginAdaptor(PluginDefinition plugin) 52 53 { 54 if (plugin == null) throw new InvalidUseOfNullException("PluginDefinition cannot be null"); 53 55 this.plugin = plugin; 54 56 }
Note: See TracChangeset
for help on using the changeset viewer.