You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openaz.apache.org by co...@apache.org on 2015/07/14 13:16:58 UTC

incubator-openaz git commit: Removing incorrect comments

Repository: incubator-openaz
Updated Branches:
  refs/heads/master 9ba736c56 -> bf9799986


Removing incorrect comments


Project: http://git-wip-us.apache.org/repos/asf/incubator-openaz/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-openaz/commit/bf979998
Tree: http://git-wip-us.apache.org/repos/asf/incubator-openaz/tree/bf979998
Diff: http://git-wip-us.apache.org/repos/asf/incubator-openaz/diff/bf979998

Branch: refs/heads/master
Commit: bf979998644e7545a5025be97505835f81aef36e
Parents: 9ba736c
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Jul 14 12:16:48 2015 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Jul 14 12:16:48 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/openaz/xacml/std/json/JSONRequest.java    | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-openaz/blob/bf979998/openaz-xacml/src/main/java/org/apache/openaz/xacml/std/json/JSONRequest.java
----------------------------------------------------------------------
diff --git a/openaz-xacml/src/main/java/org/apache/openaz/xacml/std/json/JSONRequest.java b/openaz-xacml/src/main/java/org/apache/openaz/xacml/std/json/JSONRequest.java
index ec95dbe..203b2ed 100644
--- a/openaz-xacml/src/main/java/org/apache/openaz/xacml/std/json/JSONRequest.java
+++ b/openaz-xacml/src/main/java/org/apache/openaz/xacml/std/json/JSONRequest.java
@@ -1109,12 +1109,9 @@ public class JSONRequest {
     //
     // Generate JSON string from a Request object created by another means (e.g. XML).
     //
-    // Used only in Testing
-    //
 
     /**
-     * Convert the {@link org.apache.openaz.xacml.api.Request} into an JSON string with pretty-printing. This
-     * is used only for debugging.
+     * Convert the {@link org.apache.openaz.xacml.api.Request} into an JSON string with pretty-printing.
      *
      * @param request
      * @return
@@ -1126,7 +1123,7 @@ public class JSONRequest {
 
     /**
      * Convert the {@link org.apache.openaz.xacml.api.Response} into an JSON string, pretty-printing is
-     * optional. This is used only for debugging.
+     * optional. 
      *
      * @param response
      * @param prettyPrint