Skip to content

Commit c309b86

Browse files
authored
chore: Update IOUtils.java (#1661)
Adding `@Deprecated` to match the `@deprecated` annotation.
1 parent f505a4b commit c309b86

File tree

1 file changed

+1
-0
lines changed
  • google-http-client/src/main/java/com/google/api/client/util

1 file changed

+1
-0
lines changed

google-http-client/src/main/java/com/google/api/client/util/IOUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ public static <S extends Serializable> S deserialize(InputStream inputStream) th
179179
* @since 1.16
180180
* @deprecated use java.nio.file.Path#isSymbolicLink
181181
*/
182+
@Deprecated
182183
public static boolean isSymbolicLink(File file) throws IOException {
183184
// first try using Java 7
184185
try {

0 commit comments

Comments
 (0)