diff options
| author | Mark Wielaard <mark@klomp.org> | 2005-02-15 22:28:23 +0000 |
|---|---|---|
| committer | Mark Wielaard <mark@klomp.org> | 2005-02-15 22:28:23 +0000 |
| commit | aabbf133b992a8f367a0e258e2773d285a39bbda (patch) | |
| tree | a8163200c8986d912d5271c786475d7b9ceb5dca /java/util/jar/Attributes.java | |
| parent | 78efd4ba6e673dceb2befb38cbcebddcc5c1bf17 (diff) | |
| download | classpath-aabbf133b992a8f367a0e258e2773d285a39bbda.tar.gz | |
* java/util/jar/Attributes.java (Name.CLASS_PATH): Document that
file path elements are separated by spaces.
Diffstat (limited to 'java/util/jar/Attributes.java')
| -rw-r--r-- | java/util/jar/Attributes.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/util/jar/Attributes.java b/java/util/jar/Attributes.java index 27aeb6632..b8961411b 100644 --- a/java/util/jar/Attributes.java +++ b/java/util/jar/Attributes.java @@ -132,8 +132,8 @@ public class Attributes implements Cloneable, Map /** * General main attribute - - * (relative) URLs of the libraries/classpaths that the Classes in - * this jar file depend on. + * (relative) file paths of the libraries/classpaths that the Classes in + * this jar file depend on. Paths are separated by spaces. */ public static final Name CLASS_PATH = new Name("Class-Path"); |
