Skip to content

Commit 8da3b8a

Browse files
committed
style: Remove comments
1 parent 5883df8 commit 8da3b8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/swagger-core/src/main/java/io/swagger/v3/core/converter/AnnotatedType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ public AnnotatedType name(String name) {
157157
}
158158

159159
public Annotation[] getCtxAnnotations() {
160-
// return ctxAnnotations;
161160
return ctxAnnotations == null ? null : Arrays.copyOf(ctxAnnotations, ctxAnnotations.length);
162161
}
163162

0 commit comments

Comments
 (0)