Committed by
Gerrit Code Review
Fix javadoc comment, IOException
Change-Id: Ib4a7ffa28af983a9b03739475f05f6c58fb9b93d
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -481,7 +481,7 @@ public final class JavaFileGeneratorUtils { | ... | @@ -481,7 +481,7 @@ public final class JavaFileGeneratorUtils { |
481 | * @param genType generated file type | 481 | * @param genType generated file type |
482 | * @param javaDocType java doc type | 482 | * @param javaDocType java doc type |
483 | * @param pluginConfig plugin configurations | 483 | * @param pluginConfig plugin configurations |
484 | - * @throws IOException | 484 | + * @throws IOException when fails to write into a file |
485 | */ | 485 | */ |
486 | private static void write(File file, String fileName, int genType, JavaDocType javaDocType, | 486 | private static void write(File file, String fileName, int genType, JavaDocType javaDocType, |
487 | YangPluginConfig pluginConfig) | 487 | YangPluginConfig pluginConfig) | ... | ... |
-
Please register or login to post a comment