Access login names by holding shift.
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user