Committed by
Ray Milkey
Fix javadoc comment, IOException
Change-Id: Ib4a7ffa28af983a9b03739475f05f6c58fb9b93d
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -475,7 +475,7 @@ public final class JavaFileGeneratorUtils { | ... | @@ -475,7 +475,7 @@ public final class JavaFileGeneratorUtils { |
475 | * @param genType generated file type | 475 | * @param genType generated file type |
476 | * @param javaDocType java doc type | 476 | * @param javaDocType java doc type |
477 | * @param pluginConfig plugin configurations | 477 | * @param pluginConfig plugin configurations |
478 | - * @throws IOException | 478 | + * @throws IOException when fails to write into a file |
479 | */ | 479 | */ |
480 | private static void write(File file, String fileName, int genType, JavaDocType javaDocType, | 480 | private static void write(File file, String fileName, int genType, JavaDocType javaDocType, |
481 | YangPluginConfig pluginConfig) | 481 | YangPluginConfig pluginConfig) | ... | ... |
-
Please register or login to post a comment