Changeset 4014
- Timestamp:
- Nov 28, 2007, 1:47:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plugins/core/net/sf/basedb/plugins/AnnotationFlatFileImporter.java
r3675 r4014 376 376 public String isInContext(GuiContext context, Object item) 377 377 { 378 if (!sc.hasPermission(Permission.WRITE, context.getItem()))379 {380 throw new PermissionDeniedException(Permission.WRITE, context.getItem().toString());381 }382 378 return null; 383 379 }
Note: See TracChangeset
for help on using the changeset viewer.