Skip to content

Commit

Permalink
Merge branch 'webrepl' into webrepl-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ksclarke authored Dec 13, 2024
2 parents 96f1c08 + b40c5d7 commit 9477210
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/info/freelibrary/iiif/webrepl/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public static void main(final String[] anArgsArray)
/**
* An event handler for code evaluation requests.
*/
static class JPv3Handler implements Handler {
private static class JPv3Handler implements Handler {

/** The delimiter that indicates a submitted code block. */
private static final String CODE_DELIM = "code=";
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/info/freelibrary/iiif/webrepl/ServerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import org.mockito.Mockito;

import info.freelibrary.util.warnings.JDK;

import info.freelibrary.iiif.webrepl.Server.JPv3Handler;

/**
Expand Down Expand Up @@ -203,5 +202,4 @@ final void testServerWithHandler() throws ClassNotFoundException, URISyntaxExcep

server.stop();
}

}

0 comments on commit 9477210

Please sign in to comment.