Fix a minor typo 42/101042/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 27 Apr 2022 14:57:16 +0000 (16:57 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 10 May 2022 08:06:02 +0000 (10:06 +0200)
'wich' should be 'which'.

Change-Id: I20295881f28c139b0ec7a04678272e762969efe5
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit d49eb84dc5c7ec6201660fa899b79c564242d275)

binding/mdsal-binding-java-api-generator/src/main/java/org/opendaylight/mdsal/binding/java/api/generator/InterfaceTemplate.xtend

index 9f81b5e8a348670433dfca4aae6a73799d6f0812..9687edc737540af13bb9a92d47af530e05d25936 100644 (file)
@@ -166,7 +166,7 @@ class InterfaceTemplate extends BaseTemplate {
     '''
 
     /**
-     * Template method wich generates JAVA constants.
+     * Template method which generates JAVA constants.
      *
      * @return string with constants in JAVA format
      */