示例#1
0
文件: Usage.java 项目: mlhartme/mork
 @Override
 public String toString() {
   return from.toString() + ": " + to.toString();
 }