Skip to content

Commit

Permalink
Fix javadoc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jan 20, 2021
1 parent 254ddf2 commit 6097e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/fusesource/jansi/internal/JansiLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
* Set the system properties, org.jansi.lib.path, org.jansi.lib.name,
* appropriately so that jansi can find *.dll, *.jnilib and
* *.so files, according to the current OS (win, linux, mac).
* <p/>
* <p>
* The library files are automatically extracted from this project's package
* (JAR).
* <p/>
* <p>
* usage: call {@link #initialize()} before using Jansi.
*/
public class JansiLoader {
Expand Down

0 comments on commit 6097e80

Please sign in to comment.