[Notice] Announcing the End of Demo Server [Read me]

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
... | ... | @@ -246,5 +246,6 @@ |
246 | 246 |
} |
247 | 247 |
|
248 | 248 |
private static class PermissionDeniedException extends Exception { |
249 |
+ private static final long serialVersionUID = 1L; |
|
249 | 250 |
} |
250 | 251 |
} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?