Add missing quotes to JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1561007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1275bf6219
commit
4403166697
|
@ -28,7 +28,7 @@ public final class ClassPathUtils {
|
|||
/**
|
||||
* <p>{@code ClassPathUtils} instances should NOT be constructed in
|
||||
* standard programming. Instead, the class should be used as
|
||||
* {@code ClassPathUtils.toFullyQualifiedName(MyClass.class, MyClass.properties);}.</p>
|
||||
* {@code ClassPathUtils.toFullyQualifiedName(MyClass.class, "MyClass.properties");}.</p>
|
||||
*
|
||||
* <p>This constructor is public to permit tools that require a JavaBean
|
||||
* instance to operate.</p>
|
||||
|
|
Loading…
Reference in New Issue