Merge "Minor Java Code Conventions"
authorvarun gudisena <vg411h@att.com>
Wed, 6 Dec 2017 16:00:41 +0000 (16:00 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 6 Dec 2017 16:00:41 +0000 (16:00 +0000)
src/main/java/com/att/nsa/mr/client/MRClient.java

index f3d5c88..f3a8f43 100644 (file)
@@ -32,9 +32,9 @@ public interface MRClient
         */
        public class MRApiException extends Exception
        {
+               private static final long serialVersionUID = 1L;
                public MRApiException ( String msg ) { super ( msg ); }
                public MRApiException ( String msg, Throwable t ) { super ( msg, t ); }
-               private static final long serialVersionUID = 1L;
        }
 
        /**