------------------------------------------------------------
revno: 13471
committer: Lars Helge Ă˜verland <[email protected]>
branch nick: dhis2
timestamp: Sun 2013-12-29 22:34:53 +0100
message:
  Made I18nManagerException an un-checked exception
modified:
  
dhis-2/dhis-services/dhis-service-i18n/src/main/java/org/hisp/dhis/i18n/I18nManagerException.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to 
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-services/dhis-service-i18n/src/main/java/org/hisp/dhis/i18n/I18nManagerException.java'
--- dhis-2/dhis-services/dhis-service-i18n/src/main/java/org/hisp/dhis/i18n/I18nManagerException.java	2013-08-23 16:05:01 +0000
+++ dhis-2/dhis-services/dhis-service-i18n/src/main/java/org/hisp/dhis/i18n/I18nManagerException.java	2013-12-29 21:34:53 +0000
@@ -31,11 +31,9 @@
 /**
  * @author Pham Thi Thuy
  * @author Nguyen Dang Quang
- * @version $Id: I18nManagerException.java 2869 2007-02-20 14:26:09Z andegje $
  */
-@SuppressWarnings("serial")
 public class I18nManagerException
-    extends Exception
+    extends RuntimeException
 {
     public I18nManagerException( String message )
     {

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to