Coding gudilines for class and methods javadocs fixed.

Change-Id: I0153e6391c9ec9eacaac65c3989834b6bf5c65bf
diff --git a/utils/yangutils/src/main/java/org/onosproject/yangutils/translator/tojava/JavaFileInfo.java b/utils/yangutils/src/main/java/org/onosproject/yangutils/translator/tojava/JavaFileInfo.java
index 685cd0e..0b892f9 100644
--- a/utils/yangutils/src/main/java/org/onosproject/yangutils/translator/tojava/JavaFileInfo.java
+++ b/utils/yangutils/src/main/java/org/onosproject/yangutils/translator/tojava/JavaFileInfo.java
@@ -19,7 +19,7 @@
 import org.onosproject.yangutils.translator.exception.TranslatorException;
 
 /**
- * Cached java file handle, which supports the addition of member attributes and
+ * Represents cached java file handle, which supports the addition of member attributes and
  * methods.
  */
 public class JavaFileInfo {
@@ -51,7 +51,7 @@
     private String codeGenDirFilePath;
 
     /**
-     * Get the types of files being generated corresponding to the YANG
+     * Returns the types of files being generated corresponding to the YANG
      * definition.
      *
      * @return the types of files being generated corresponding to the YANG
@@ -62,7 +62,7 @@
     }
 
     /**
-     * Set the types of files being generated corresponding to the YANG
+     * Sets the types of files being generated corresponding to the YANG
      * definition.
      *
      * @param fileTypes the types of files being generated corresponding to the
@@ -73,7 +73,7 @@
     }
 
     /**
-     * Get the java name of the node.
+     * Returns the java name of the node.
      *
      * @return the java name of node
      */
@@ -82,7 +82,7 @@
     }
 
     /**
-     * Set the java name of the node.
+     * Sets the java name of the node.
      *
      * @param name the java name of node
      */
@@ -91,7 +91,7 @@
     }
 
     /**
-     * Get the mapped java package.
+     * Returns the mapped java package.
      *
      * @return the java package
      */
@@ -104,7 +104,7 @@
     }
 
     /**
-     * Set the node's package.
+     * Sets the node's package.
      *
      * @param nodePackage node's package
      */
@@ -122,7 +122,7 @@
     }
 
     /**
-     * Gets directory package path for code generation.
+     * Returns directory package path for code generation.
      *
      * @return directory package path for code generation
      */
@@ -131,7 +131,7 @@
     }
 
     /**
-     * Gets base directory package path for code generation.
+     * Returns base directory package path for code generation.
      *
      * @return directory package path for code generation
      */