From fda9590d21469d294dd4cd7ff0ead7e3e8e8cbff Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 24 May 2022 10:30:43 -0700 Subject: [PATCH] Fix Javadoc error. --- core/src/main/java/com/threerings/getdown/data/ClassPath.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/com/threerings/getdown/data/ClassPath.java b/core/src/main/java/com/threerings/getdown/data/ClassPath.java index 1823fae..b1a6f65 100644 --- a/core/src/main/java/com/threerings/getdown/data/ClassPath.java +++ b/core/src/main/java/com/threerings/getdown/data/ClassPath.java @@ -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 {