Skip to content

Commit

Permalink
Removing unnecessary puzzles from PsBasic (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor committed Jan 16, 2019
1 parent 815be41 commit a509cdb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/takes/facets/auth/PsBasic.java
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,6 @@ private static Map<String, String> converted(final String... users) {
* @param pwd Password.
* @return Opt with URN or empty if there is no such login-password
* pair.
* @todo #744:30min `null` constant usage in the function
* `urn` is violating the key principles, defined
* in README.md file and must be eliminated.
*/
private Opt<String> urn(final String user, final String pwd) {
final String urn;
Expand Down

0 comments on commit a509cdb

Please sign in to comment.