pjfanning commented on PR #1096:
URL: https://github.com/apache/pekko-http/pull/1096#issuecomment-4810558404

   ```
   [error] 
/home/runner/work/pekko-http/pekko-http/docs/src/test/java/docs/http/javadsl/RespondWithHeaderHandlerExampleTest.java:18:30:
 package junit.framework does not exist
   [error] junit.framework.TestCase
   [error]                         ^
   [error] 
/home/runner/work/pekko-http/pekko-http/docs/src/test/java/docs/http/javadsl/RespondWithHeaderHandlerExampleTest.java:18:1:
 static import only from classes and interfaces
   [error] import static junit.framework.TestCase.assertTrue;
   [error] 
/home/runner/work/pekko-http/pekko-http/docs/src/test/java/docs/http/javadsl/RespondWithHeaderHandlerExampleTest.java:58:5:
 cannot find symbol
   [error]   symbol:   method assertTrue(boolean)
   [error]   location: class 
docs.http.javadsl.RespondWithHeaderHandlerExampleTest
   [error] assertTrue
   [error]     ^
   [error] 
/home/runner/work/pekko-http/pekko-http/docs/src/test/java/docs/http/javadsl/RespondWithHeaderHandlerExampleTest.java:59:5:
 cannot find symbol
   [error]   symbol:   method assertTrue(boolean)
   [error]   location: class 
docs.http.javadsl.RespondWithHeaderHandlerExampleTest
   [error] assertTrue
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to