2
0

Access login names by holding shift.

This commit is contained in:
Maarten Billemont
2018-09-13 15:49:58 -04:00
parent d8a735e1b1
commit ec9c55ec4d
3 changed files with 88 additions and 56 deletions

View File

@@ -1,5 +1,7 @@
package com.lyndir.masterpassword.model;
import static com.lyndir.lhunath.opal.system.util.StringUtils.strf;
import java.util.*;
import java.util.function.Function;
import javax.annotation.Nonnull;
@@ -146,5 +148,10 @@ public class MPQuery {
public int hashCode() {
return getOption().hashCode();
}
@Override
public String toString() {
return strf( "{Result: %s}", key );
}
}
}