Github user aledsage commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/980#discussion_r42820485
--- Diff:
core/src/main/java/org/apache/brooklyn/location/ssh/SshMachineLocation.java ---
@@ -20,17 +20,7 @@
import static org.apache.brooklyn.util.groovy.GroovyJavaMethods.truth;
-import java.io.Closeable;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.OutputStream;
-import java.io.PipedInputStream;
-import java.io.PipedOutputStream;
-import java.io.Reader;
-import java.io.StringReader;
+import java.io.*;
--- End diff --
Also recommend that you configure your IDE to not use `*` for imports. The
convention in Brooklyn is to be explicit about the import classes.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---