Skip to content

Commit

Permalink
fix 3 javadoc erros
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Sep 23, 2023
1 parent 5b04b8e commit af2c719
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2689,12 +2689,7 @@ private void readInput() {
* @param outputDirectory
* @param testOutputDirectory
* @param executor
* @param compileArtifactPaths Compile classpath elements, or null if this
* DevUtil instance has useBuildRecompile=true
* @param testArtifactPaths Test classpath elements, or null if this
* DevUtil instance has useBuildRecompile=true
* @param serverXmlFile Can be null when using the server.xml from the
* configDirectory, which has a default value.
* @param serverXmlFile Can be null when using the server.xml from the configDirectory, which has a default value.
* @param bootstrapPropertiesFile
* @param jvmOptionsFile
* @throws Exception
Expand Down Expand Up @@ -3192,7 +3187,7 @@ public void watchFiles(File outputDirectory, File testOutputDirectory, final Thr

/**
*
* @return Collection<String> of class paths
* @return {@code Collection<String>} of class paths
* @throws IOException
*/
public Collection<String> getJavaSourceClassPaths() throws IOException {
Expand All @@ -3202,7 +3197,7 @@ public Collection<String> getJavaSourceClassPaths() throws IOException {
/**
*
* @param classFiles javaSourceClassFiles that have been modified
* @return Collection<String> of class paths
* @return {@code Collection<String>} of class paths
* @throws IOException
*/
private Collection<String> getClassPaths(Collection<File> classFiles) throws IOException {
Expand Down

0 comments on commit af2c719

Please sign in to comment.