We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa05860 commit f866b53Copy full SHA for f866b53
src/main/java/org/purejava/KeepassProxyAccess.java
@@ -162,10 +162,6 @@ public boolean associate() {
162
connection.associate();
163
return true;
164
} catch (IOException | IllegalStateException | KeepassProxyAccessException e) {
165
- // TODO:
166
- // Revert after Qt bug is fixed
167
- // This compensates throwing a KeepassProxyAccessException in Connection#associate()
168
- if (e.getMessage().equals(connection.EXCEPTION_INFO)) return true;
169
log.info(e.toString(), e.getCause());
170
return false;
171
}
0 commit comments