Skip to content

Commit

Permalink
Improve JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sclassen authored Feb 9, 2024
1 parent adbcacb commit d3e2008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/net/sourceforge/jnlp/JNLPFileFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ private String createUniqueKey(final URL location) {
}

/**
* Create a JNLPFile from a URL and parent URLm a version and checking for
* updates using the specified policy.
* Create a JNLPFile from a URL and version and checking for
* updates using the default policy.
*
* @param location the location of the JNLP file
* @param version the version of the JNLP file
Expand Down

0 comments on commit d3e2008

Please sign in to comment.