Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2010-08-29 06:32:58 +0000
committerrbrooks2010-08-29 06:32:58 +0000
commit9279bf9b85bf1ceb07098e922625e00996c085de (patch)
tree2f1a2b4b28561e7afc90fd9501e056a4edf43cd8 /plugins/org.eclipse.osee.framework.core.client
parent5a4058affbff23e1fad7c559eeb691161ea94b57 (diff)
downloadorg.eclipse.osee-9279bf9b85bf1ceb07098e922625e00996c085de.tar.gz
org.eclipse.osee-9279bf9b85bf1ceb07098e922625e00996c085de.tar.xz
org.eclipse.osee-9279bf9b85bf1ceb07098e922625e00996c085de.zip
remove unused Javadoc stubs
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.client')
-rw-r--r--plugins/org.eclipse.osee.framework.core.client/src/org/eclipse/osee/framework/core/client/server/HttpRequest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.client/src/org/eclipse/osee/framework/core/client/server/HttpRequest.java b/plugins/org.eclipse.osee.framework.core.client/src/org/eclipse/osee/framework/core/client/server/HttpRequest.java
index 760034ebccd..b550a22b790 100644
--- a/plugins/org.eclipse.osee.framework.core.client/src/org/eclipse/osee/framework/core/client/server/HttpRequest.java
+++ b/plugins/org.eclipse.osee.framework.core.client/src/org/eclipse/osee/framework/core/client/server/HttpRequest.java
@@ -179,7 +179,6 @@ public class HttpRequest {
* Process new style requests are of the following format:
* http://127.0.0.1:<port>/<ProcessType>?key1=value1&key2=value2...&key3=value3
*
- * @param entry
* @throws Exception
*/
private void parseNewStyleRequests(String request) throws Exception {
@@ -208,7 +207,6 @@ public class HttpRequest {
* Process old format: http://127.0.0.1:<port>/get/guid/<guid>/<ats,Define> TODO old format should be removed once
* all legacy references are change to new format
*
- * @param entry
* @return
* @throws Exception
*/

Back to the top