Skip to content

Commit

Permalink
test jdk9 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 8, 2024
1 parent 392a05c commit 1a094ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import org.scalatestplus.junit.JUnitSuite;

public class JavaFlowSupportCompileTest extends JUnitSuite {
xyzpublic class JavaFlowSupportCompileTest extends JUnitSuite {
@Test
public void shouldCompile() throws Exception {
final Flow.Processor<String,String> processor = new Flow.Processor<String, String>() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import pekko.stream.testkit.StreamSpec
import pekko.stream.testkit.Utils._
import pekko.stream.testkit.scaladsl.StreamTestKit._

class FlowPublisherSinkSpec extends StreamSpec {
xyzclass FlowPublisherSinkSpec extends StreamSpec {

"A FlowPublisherSink" must {

Expand Down

0 comments on commit 1a094ed

Please sign in to comment.