You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/12/01 00:28:10 UTC

[GitHub] [beam] ibzib commented on a change in pull request #13440: [BEAM-11073] Added a line about DICOM IO in CHANGES.md

ibzib commented on a change in pull request #13440:
URL: https://github.com/apache/beam/pull/13440#discussion_r532992723



##########
File path: sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/healthcare/DicomIOReadIT.java
##########
@@ -25,11 +25,7 @@
 import org.apache.beam.sdk.testing.PAssert;
 import org.apache.beam.sdk.testing.TestPipeline;
 import org.apache.beam.sdk.transforms.Create;
-import org.junit.After;
-import org.junit.Assert;
-import org.junit.Before;
-import org.junit.Rule;
-import org.junit.Test;
+import org.junit.*;

Review comment:
       import * is not allowed in Beam. Please import classes individually (configure your IDE settings accordingly if you have to).




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org