Merge "Session invalidation is done after the custom error handling"
[controller.git] / opendaylight / sal / yang-prototype / code-generator / binding-java-api-generator / src / main / java / org / opendaylight / controller / sal / java / api / generator / GeneratorUtil.java
index b4387fe8034b19b3d9856a84791f4f265d7e0cd3..e2f23dcd0544df16538ffe59542e5caa34115e74 100644 (file)
@@ -61,7 +61,8 @@ public class GeneratorUtil {
         builder.append(PKG + GAP + genType.getPackageName() + SC);
         builder.append(NL);
         builder.append(NL);
-
+        createComment(builder, genType.getComment(), indent);
+        
         if (!genType.getAnnotations().isEmpty()) {
             final List<AnnotationType> annotations = genType.getAnnotations();
             appendAnnotations(builder, annotations);