We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f505a4b commit c309b86Copy full SHA for c309b86
google-http-client/src/main/java/com/google/api/client/util/IOUtils.java
@@ -179,6 +179,7 @@ public static <S extends Serializable> S deserialize(InputStream inputStream) th
179
* @since 1.16
180
* @deprecated use java.nio.file.Path#isSymbolicLink
181
*/
182
+ @Deprecated
183
public static boolean isSymbolicLink(File file) throws IOException {
184
// first try using Java 7
185
try {
0 commit comments