Skip to content

Commit

Permalink
Issue GoogleCloudPlatform#231 - More javadoc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Aug 31, 2016
1 parent 204efa3 commit b2632e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import java.util.logging.Logger;

/**
* The {@link java.util.logging.Handler} responsible for capturing the
* The {@link java.util.logging.Handler} is responsible for capturing the
* access logging events from {@link org.eclipse.jetty.server.handler.RequestLogHandler}
* and {@link org.eclipse.jetty.server.Slf4jRequestLog} to a rolling file
* on disk.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ public class LoggingIT extends VmRuntimeTestBase {
* attempt to find the specific pattern you are interested in.
* </p>
*
* @param regex the text (regex) pattern to look for in the log file.
* @param logDir the directory where log files are kept, tracked by
* the {@link JettyRunner}
* @param regex the text (regex) pattern to look for in the log file
* @return the File for the discovered log file
* @throws java.io.FileNotFoundException if unable to find a log
* file with the specific text pattern
* file with the specific text pattern
* @throws IOException if unable to read a log file and/or pattern
*/
public File findLogFileThatContains(File logDir, String regex) throws IOException {
Expand Down

0 comments on commit b2632e2

Please sign in to comment.