예제 #1
0
 /** remove the port. */
 public void removePort() {
   sentBy.removePort();
 }
예제 #2
0
파일: Authority.java 프로젝트: gugu-lee/as
 /** remove the port. */
 public void removePort() {
   if (hostPort != null) hostPort.removePort();
 }