Commit Diff


commit - 87b28b2fbdbd56be8dba0017c40743e216c8d5ee
commit + 4add593508debd5a1b52abf0c5a3de4d7b6de7d5
blob - 59abdba182e678972ea1bac0cc33937cb8a1c634 (mode 644)
blob + /dev/null
--- src/META-INF/services/org.snipsnap.net.ServletPlugin
+++ /dev/null
@@ -1,4 +0,0 @@
-#org.snipsnap.net.handler.TestStoreHandler
-#org/snipsnap/net/handler/TestEditHandler.gsp text/gsp
-#org/snipsnap/net/handler/TestViewHandler.gsp text/gsp
-conf/copyright.txt text/plain
blob - /dev/null
blob + 59abdba182e678972ea1bac0cc33937cb8a1c634 (mode 644)
--- /dev/null
+++ src/META-INF/services/snipsnap.api.plugin.ServletPlugin
@@ -0,0 +1,4 @@
+#org.snipsnap.net.handler.TestStoreHandler
+#org/snipsnap/net/handler/TestEditHandler.gsp text/gsp
+#org/snipsnap/net/handler/TestViewHandler.gsp text/gsp
+conf/copyright.txt text/plain
blob - e3f7a81f6b0d6e5c366690a8b6e6467e39eb8fbe
blob + 5b5dbf2574f91b4a72e371a03c436391d4fe56ae
--- src/org/snipsnap/snip/attachment/storage/AttachmentStorage.java
+++ src/org/snipsnap/snip/attachment/storage/AttachmentStorage.java
@@ -65,7 +65,7 @@ public interface AttachmentStorage {
    * @throws IOException if the data cannot be deleted
    */
   public void delete(Attachment attachment) throws IOException;
-
+                                                                    
   /**
    * Copy one attachment to another
    *