changeset 18574 | 4aeaeb541678 |
parent 9035 | 1255eb81cc2f |
child 23010 | 6dadb192ad81 |
--- a/jdk/src/share/classes/java/nio/file/attribute/FileAttribute.java Wed Jun 26 19:15:34 2013 +0200 +++ b/jdk/src/share/classes/java/nio/file/attribute/FileAttribute.java Fri Jun 28 16:10:23 2013 +0100 @@ -40,11 +40,15 @@ public interface FileAttribute<T> { /** * Returns the attribute name. + * + * @return The attribute name */ String name(); /** * Returns the attribute value. + * + * @return The attribute value */ T value(); }