Changeset 5786
- Timestamp:
- Oct 6, 2011, 1:00:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/core/ItemSubtype.java
r5723 r5786 578 578 public ItemSubtypeFileType getAssociatedDataFileType(DataFileType fileType, boolean create) 579 579 { 580 checkPermission(Permission.WRITE);581 580 if (fileType == null) throw new InvalidUseOfNullException("fileType"); 582 581 … … 589 588 else if (create) 590 589 { 590 checkPermission(Permission.WRITE); 591 591 if (fileType.getItemType() != getMainItemType()) 592 592 {
Note: See TracChangeset
for help on using the changeset viewer.