We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f8aa6 commit 1cb7dbeCopy full SHA for 1cb7dbe
1 file changed
Flickr4Java/src/examples/java/AuthExample.java
@@ -53,6 +53,7 @@ public static void auth() throws IOException, FlickrException {
53
System.out.print(">>");
54
55
String tokenKey = scanner.nextLine();
56
+ scanner.close();
57
58
Token requestToken = authInterface.getAccessToken(token, new Verifier(tokenKey));
59
System.out.println("Authentication success");
0 commit comments