commit | f3f691a36ec04994ab15972138dab03b62210036 | [log] [tgz] |
---|---|---|
author | zheilbron <zheilbron@gmail.com> | Sun May 05 21:18:02 2013 -0700 |
committer | zheilbron <zheilbron@gmail.com> | Sun May 05 21:18:02 2013 -0700 |
tree | 0be0345b4340936b6245b314fc40254c6867616d | |
parent | ff6fe597be3206e22a067ee5734c13be1d1e044c [diff] |
removed unused config param
diff --git a/asterix-app/src/main/java/edu/uci/ics/asterix/hyracks/bootstrap/CCApplicationEntryPoint.java b/asterix-app/src/main/java/edu/uci/ics/asterix/hyracks/bootstrap/CCApplicationEntryPoint.java index 1b8990b..d68c569 100644 --- a/asterix-app/src/main/java/edu/uci/ics/asterix/hyracks/bootstrap/CCApplicationEntryPoint.java +++ b/asterix-app/src/main/java/edu/uci/ics/asterix/hyracks/bootstrap/CCApplicationEntryPoint.java
@@ -29,8 +29,6 @@ private static final String HYRACKS_CONNECTION_ATTR = "edu.uci.ics.asterix.HYRACKS_CONNECTION"; - private static final int DEFAULT_WEB_SERVER_PORT = 19001; - private static final int DEFAULT_JSON_API_SERVER_PORT = 19101; private Server webServer;