Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/ConditionalPermissionInfo.java')
-rw-r--r--bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/ConditionalPermissionInfo.java9
1 files changed, 4 insertions, 5 deletions
diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/ConditionalPermissionInfo.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/ConditionalPermissionInfo.java
index c4222b04d..0d9197ccc 100644
--- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/ConditionalPermissionInfo.java
+++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/condpermadmin/ConditionalPermissionInfo.java
@@ -132,11 +132,10 @@ public interface ConditionalPermissionInfo {
*
* <p>
* <i>name</i> is optional. If <i>name</i> is present in the encoded string,
- * it must quoted, beginning and ending with {@code &quot;}. The <i>name</i>
- * value must be encoded for proper parsing. Specifically, the
- * {@code &quot;}, {@code \}, carriage return, and line feed characters must
- * be escaped using {@code \&quot;}, {@code \\}, {@code \r}, and {@code \n},
- * respectively.
+ * it must quoted, beginning and ending with {@code "}. The <i>name</i>
+ * value must be encoded for proper parsing. Specifically, the {@code "},
+ * {@code \}, carriage return, and line feed characters must be escaped
+ * using {@code \"}, {@code \\}, {@code \r}, and {@code \n}, respectively.
*
* <p>
* The encoded string contains no leading or trailing whitespace characters.

Back to the top