Skip to content

Commit 2eba185

Browse files
committed
fix javadoc links
1 parent a8a2bde commit 2eba185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

net.lecousin.core/src/main/java/net/lecousin/framework/protocols/classpath/Handler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* URL Stream Handler looking for resources in the classpath,
16-
* using first the method {@link Application#getResource(String, byte)},
16+
* using first the method {@link Application#getResource(String, net.lecousin.framework.concurrent.threads.Task.Priority)},
1717
* then the getResource method on the class loader.
1818
*/
1919
public class Handler extends URLStreamHandler {

net.lecousin.core/src/main/java/net/lecousin/framework/text/ArrayString.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Unprotected and mutable string using an array.
55
*
66
* @see CharArrayString
7-
* @see ByteArrayString
7+
* @see ByteArrayStringIso8859
88
*/
99
public abstract class ArrayString implements IString {
1010

0 commit comments

Comments
 (0)