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:
Benedikt Ritter 2014-01-24 13:55:58 +00:00
parent 1275bf6219
commit 4403166697
1 changed files with 1 additions and 1 deletions

View File

@ -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>