nvollmar commented on code in PR #949:
URL: https://github.com/apache/incubator-pekko/pull/949#discussion_r1452017338
##########
docs/src/test/java-jdk9-only/jdocs/stream/operators/source/AsSubscriber.java:
##########
@@ -42,13 +39,13 @@ static <T> org.apache.pekko.stream.javadsl.Source<T,
Subscriber<T>> asSubscriber
static class Row {
public String getField(String fieldName) {
- throw new NotImplementedException();
+ throw new UnsupportedOperationException("Not implemented in
sample");
Review Comment:
Intentionally in this PR?
--
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]