Skip to content

Commit

Permalink
JENKINS-46132 - Wildcard imports are unrolled.
Browse files Browse the repository at this point in the history
  • Loading branch information
duemir committed Jan 11, 2018
1 parent 8ad5d1d commit 2191eac
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -27,7 +27,11 @@
import com.cloudbees.jenkins.support.SupportLogFormatter;
import hudson.FilePath;

import java.io.*;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.nio.file.NoSuchFileException;

/**
Expand Down

0 comments on commit 2191eac

Please sign in to comment.