예제 #1
0
파일: Usage.java 프로젝트: mlhartme/mork
 @Override
 public String toString() {
   return from.toString() + ": " + to.toString();
 }