[ONOS-4303, ONOS-4508, ONOS-4509, ONOS-4510, ONOS-4351]notification,rpc,union,sub-module,augment

Change-Id: Ibeed9ff965c13fd66743c1080cb1350d93a3a435
diff --git a/src/main/java/org/onosproject/yangutils/translator/tojava/JavaCodeGenerator.java b/src/main/java/org/onosproject/yangutils/translator/tojava/JavaCodeGenerator.java
index 4fd049d..70f96d9 100644
--- a/src/main/java/org/onosproject/yangutils/translator/tojava/JavaCodeGenerator.java
+++ b/src/main/java/org/onosproject/yangutils/translator/tojava/JavaCodeGenerator.java
@@ -31,13 +31,14 @@
      * @param yangPlugin YANG plugin config
      * @throws IOException when fails to translate the data model tree
      */
-    void generateCodeEntry(YangPluginConfig yangPlugin) throws IOException;
+    void generateCodeEntry(YangPluginConfig yangPlugin)
+            throws IOException;
 
     /**
      * Traverse the schema of application and generate corresponding code.
      *
      * @throws IOException when fails to generate java code
      */
-    void generateCodeExit() throws IOException;
-
+    void generateCodeExit()
+            throws IOException;
 }