Skip to content

Commit bdfdc74

Browse files
committed
Fix method signature
1 parent 884fec9 commit bdfdc74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/purejava/KeepassProxyAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ public String getAssociateId() {
496496
}
497497

498498
/**
499-
* Close the connection to the socket (for Linux and Mac) or the named pip (for Windows) respectively.
499+
* Close the connection to the socket (for Linux and Mac) or the named pipe (for Windows) respectively.
500500
*
501501
* @return True, in case the connection was closed without an error, false otherwise.
502502
*/

src/test/java/org/purejava/UnlockedDatabaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class UnlockedDatabaseTest {
2323
@Test
2424
@Order(3)
2525
@DisplayName("Testing KeePassXC proxy functionality")
26-
public void shouldHaveNoErrors() throws Exception {
26+
public void shouldHaveNoErrors() throws InterruptedException {
2727
log.info("Please enter a name for the connection in the pop-up within 10 seconds");
2828
assertTrue(kpa.connect());
2929
// TODO:

0 commit comments

Comments
 (0)