Sho SHIMIZU

Remove unnecessary semicolon

Change-Id: I81a5aa229252ee96ced23465f56f10d3148620cc
......@@ -94,7 +94,7 @@ public class PcepClientAdapter implements PcepClient {
@Override
public final PccId getPccId() {
return this.pccId;
};
}
@Override
public final String getStringId() {
......
......@@ -37,5 +37,5 @@ public enum RequestType {
/**
* Specifies the request type for PCC to report existing tunnel.
*/
LSP_STATE_RPT;
}
\ No newline at end of file
LSP_STATE_RPT
}
......
......@@ -96,7 +96,7 @@ public class PcepClientAdapter implements PcepClient {
@Override
public final PccId getPccId() {
return this.pccId;
};
}
@Override
public final String getStringId() {
......