From 7b678f75715031e147e464f20d49e20b22610826 Mon Sep 17 00:00:00 2001 From: Brian Burkhalter Date: Tue, 26 Jan 2016 15:30:42 -0800 Subject: [PATCH] 8148121: Typo in API , FileOwnerAttributeView.getOwner() and FileOwnerAttributeView.setOwner() "It it" -> "It is" Reviewed-by: sherman --- .../java/nio/file/attribute/FileOwnerAttributeView.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jdk/src/java.base/share/classes/java/nio/file/attribute/FileOwnerAttributeView.java b/jdk/src/java.base/share/classes/java/nio/file/attribute/FileOwnerAttributeView.java index 9acde225339..82d0d1bce6f 100644 --- a/jdk/src/java.base/share/classes/java/nio/file/attribute/FileOwnerAttributeView.java +++ b/jdk/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 @@ public interface FileOwnerAttributeView /** * Read the file owner. * - *

It it implementation specific if the file owner can be a {@link + *

It is implementation specific if the file owner can be a {@link * GroupPrincipal group}. * * @return the file owner @@ -78,7 +78,7 @@ public interface FileOwnerAttributeView /** * Updates the file owner. * - *

It it implementation specific if the file owner can be a {@link + *

It is implementation specific if the file owner can be a {@link * GroupPrincipal group}. To ensure consistent and correct behavior * across platforms it is recommended that this method should only be used * to set the file owner to a user principal that is not a group.