Skip to content

Commit 6319167

Browse files
committed
added placeholder for javadocs
1 parent aea2909 commit 6319167

File tree

1 file changed

+7
-0
lines changed
  • modules/swagger-codegen-distribution/src/main/java/com/wordnik/swagger/codegen

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.wordnik.swagger.codegen;
2+
3+
public class Readme {
4+
public String getInfo() {
5+
return "See the documentation for swagger-codegen";
6+
}
7+
}

0 commit comments

Comments
 (0)