8001565: (fs) Typo Path.endsWith(String) javadoc

Reviewed-by: mchung, jgish, lancea
This commit is contained in:
Dan Xu 2012-10-25 15:42:49 -07:00
parent 07f94ef8bc
commit 78aeafc1a2

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 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
@ -297,7 +297,7 @@ public interface Path
* @param other
* the given path string
*
* @return {@code true} if this path starts with the given path; otherwise
* @return {@code true} if this path ends with the given path; otherwise
* {@code false}
*
* @throws InvalidPathException