jdk/src/share/classes/java/util/PropertyPermission.java
changeset 14667 6862285acf46
parent 14014 da3648e13e67
child 14668 a2b9c2c9a823
--- a/jdk/src/share/classes/java/util/PropertyPermission.java	Mon Oct 29 14:12:37 2012 +0100
+++ b/jdk/src/share/classes/java/util/PropertyPermission.java	Mon Nov 26 08:12:19 2012 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -48,8 +48,8 @@
  * convention follows the  hierarchical property naming convention.
  * Also, an asterisk
  * may appear at the end of the name, following a ".", or by itself, to
- * signify a wildcard match. For example: "java.*" or "*" is valid,
- * "*java" or "a*b" is not valid.
+ * signify a wildcard match. For example: "java.*" and "*" signify a wildcard
+ * match, while "*java" and "a*b" do not.
  * <P>
  * <P>
  * The actions to be granted are passed to the constructor in a string containing