Skip to content
Snippets Groups Projects
Commit 93a39c91 authored by Lin Fan's avatar Lin Fan
Browse files

Update PassBook.java

parent c7546f82
No related branches found
No related tags found
No related merge requests found
Pipeline #5316 failed
...@@ -250,7 +250,7 @@ public class PassBook ...@@ -250,7 +250,7 @@ public class PassBook
Pair<String, String> pair = pt.get(url); Pair<String, String> pair = pt.get(url);
//if this returned nothing, the user does not have a login for this url //if this returned nothing, the user does not have a login for this url
if (pair == null) { if (pt == null) {
throw new NoSuchURLException(passbookUsername, url); throw new NoSuchURLException(passbookUsername, url);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment