Fix Javadoc error.

This commit is contained in:
Michael Bayne
2022-05-24 10:30:43 -07:00
parent 26d559e5c2
commit fda9590d21
@@ -15,8 +15,8 @@ import java.util.Set;
/**
* Represents the class path and it's elements of the application to be launched. The class path
* can either be represented as an {@link #asArgumentString() argument string} for the java command
* line or as an {@link #asUrls() array of URLs} to be used by a {@link URLClassLoader}.
* can either be represented as an {@link #asArgumentString argument string} for the java command
* line or as an {@link #asUrls array of URLs} to be used by a {@link URLClassLoader}.
*/
public class ClassPath
{