Java: Update test expected output.

This commit is contained in:
Michael Nebel
2024-05-23 16:33:04 +02:00
parent 6f5bdfba65
commit 9cf0995720
3 changed files with 3 additions and 5 deletions

View File

@@ -45,7 +45,6 @@ public class PrivateFlowViaPublicInterface {
return null;
}
// neutral=p;PrivateFlowViaPublicInterface$SPI;openStreamNone;();summary;df-generated
@Override
public OutputStream openStreamNone() throws IOException {
return new FileOutputStream(new RandomPojo().someFile);