Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1812113 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Oct 13, 2017
1 parent cc9d4df commit 4388ddb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/org/apache/tomcat/util/compat/JreCompat.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ public void addBootModulePath(Deque<URL> classPathUrlsToProcess) {
*
* @param s The JAR file to open
*
* @return A JarFile instance based on the provided path
*
* @throws IOException If an I/O error occurs creating the JarFile instance
*/
public final JarFile jarFileNewInstance(String s) throws IOException {
Expand All @@ -152,6 +154,8 @@ public final JarFile jarFileNewInstance(String s) throws IOException {
*
* @param f The JAR file to open
*
* @return A JarFile instance based on the provided file
*
* @throws IOException If an I/O error occurs creating the JarFile instance
*/
public JarFile jarFileNewInstance(File f) throws IOException {
Expand Down

0 comments on commit 4388ddb

Please sign in to comment.