jlint debugging...
[mir.git] / source / mircoders / storage / DatabaseContent.java
index 2c750d0..0478cea 100755 (executable)
@@ -98,8 +98,8 @@ public class DatabaseContent extends Database implements StorageObject {
     return feature;
   }
 
-  public boolean delete(String id)
-    throws StorageObjectException {
+  public boolean delete(String id) throws StorageObjectException
+  {
     DatabaseComment.getInstance().deleteByContentId(id);
     super.delete(id);
     return true;