コード例 #1
0
ファイル: Display.java プロジェクト: 51ttw/plantuml
 public static Display getWithNewlines(Code s) {
   return getWithNewlines(s.getFullName());
 }