JDK 9 RFR of 8148121: (fs) Typo in API , FileOwnerAttributeView.getOwner() and FileOwnerAttributeView.setOwner()
Xueming Shen
xueming.shen at oracle.com
Tue Jan 26 19:07:18 UTC 2016
looks good.
On 01/26/2016 11:01 AM, Brian Burkhalter wrote:
> Please review this simple doc fix:
>
> Issue: https://bugs.openjdk.java.net/browse/JDK-8148121
> Patch:
>
> +++ b/src/java.base/share/classes/java/nio/file/attribute/FileOwnerAttributeView.java
> @@ -1,5 +1,5 @@
> /*
> - * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
> + * Copyright (c) 2007, 2016, 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
> @@ -59,7 +59,7 @@
> /**
> * Read the file owner.
> *
> - * <p> It it implementation specific if the file owner can be a {@link
> + * <p> It is implementation specific if the file owner can be a {@link
> * GroupPrincipal group}.
> *
> * @return the file owner
> @@ -78,7 +78,7 @@
> /**
> * Updates the file owner.
> *
> - * <p> It it implementation specific if the file owner can be a {@link
> + * <p> It is implementation specific if the file owner can be a {@link
>
> Thanks,
>
More information about the nio-dev
mailing list