Skip to content

Commit

Permalink
chore: Update IOUtils.java (#1661)
Browse files Browse the repository at this point in the history
Adding `@Deprecated` to match the `@deprecated` annotation.
  • Loading branch information
sduskis committed May 18, 2022
1 parent f505a4b commit c309b86
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -179,6 +179,7 @@ public static <S extends Serializable> S deserialize(InputStream inputStream) th
* @since 1.16
* @deprecated use java.nio.file.Path#isSymbolicLink
*/
@Deprecated
public static boolean isSymbolicLink(File file) throws IOException {
// first try using Java 7
try {
Expand Down

0 comments on commit c309b86

Please sign in to comment.