[Notice] Announcing the End of Demo Server [Read me]
이응준 2015-01-12
Merge branch 'remove-warning-message' of dlab/hive
from pull-request 1424

* refs/heads/remove-warning-message:
  Added SerialVersionUID to PermissionDeniedException

Reviewed-by: 이응준 
@3f7eae9d7a86f2bd08b1499349464d14711ab1a9
app/controllers/AttachmentApp.java
--- app/controllers/AttachmentApp.java
+++ app/controllers/AttachmentApp.java
@@ -246,5 +246,6 @@
     }
 
     private static class PermissionDeniedException extends Exception {
+        private static final long serialVersionUID = 1L;
     }
 }
Add a comment
List