Fix javadoc's mention of methodName instead of localName 75/3875/3
authorRobert Varga <rovarga@cisco.com>
Fri, 20 Dec 2013 15:42:57 +0000 (16:42 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 6 Jan 2014 08:32:25 +0000 (09:32 +0100)
Change-Id: I036adf000ac37948f4c8c31beea87e824d78bc3c
Signed-off-by: Robert Varga <rovarga@cisco.com>
code-generator/binding-generator-impl/src/main/java/org/opendaylight/yangtools/sal/binding/generator/impl/BindingGeneratorImpl.xtend

index 7c3ba6b1e6d84eaf1b74714bbf7a22573bc55230..3630ce973731a56eaaef4e9828fa179518a486f4 100644 (file)
@@ -1685,13 +1685,13 @@ public class BindingGeneratorImpl implements BindingGenerator {
     }
 
     /**\r
-     * Creates the name of the getter method from <code>methodName</code>.\r
+     * Creates the name of the getter method from <code>localName</code>.\r
      *\r
-     * @param methodName\r
+     * @param localName\r
      *            string with the name of the getter method\r
      * @param returnType return type\r
      * @return string with the name of the getter method for\r
-     *         <code>methodName</code> in JAVA method format\r
+     *         <code>localName</code> in JAVA method format\r
      */
     public static def String getterMethodName(String localName, Type returnType) {
         val method = new StringBuilder();