Changeset 2958
- Timestamp:
- Nov 27, 2006, 12:20:44 PM (16 years ago)
- Location:
- branches/2.1/src/core/net/sf/basedb/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/src/core/net/sf/basedb/core/Annotation.java
r2382 r2958 161 161 super.initPermissions(granted, denied); 162 162 } 163 PluginPermission getPluginPermissions() 164 { 165 return PluginPermission.NO_PLUGIN; 166 } 163 167 // ------------------------------------------- 164 168 -
branches/2.1/src/core/net/sf/basedb/core/AnnotationSet.java
r2492 r2958 183 183 } 184 184 super.initPermissions(granted, denied); 185 } 186 PluginPermission getPluginPermissions() 187 { 188 return PluginPermission.NO_PLUGIN; 185 189 } 186 190 // -------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.