mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUAC-587: Fix formatting of comments/javadoc in DirectoryClassLoader.
This commit is contained in:
@@ -84,7 +84,7 @@ public class DirectoryClassLoader extends URLClassLoader {
|
|||||||
* Returns all .jar files within the given directory as an array of URLs.
|
* Returns all .jar files within the given directory as an array of URLs.
|
||||||
*
|
*
|
||||||
* @param dir
|
* @param dir
|
||||||
* The directory to retrieve all .jar files from
|
* The directory to retrieve all .jar files from.
|
||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
* An array of the URLs of all .jar files within the given directory.
|
* An array of the URLs of all .jar files within the given directory.
|
||||||
@@ -129,9 +129,7 @@ public class DirectoryClassLoader extends URLClassLoader {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set delegate classloader to new URLClassLoader which loads from the
|
// Set delegate classloader to new URLClassLoader which loads from the .jars found above.
|
||||||
// .jars found above.
|
|
||||||
|
|
||||||
URL[] urls = new URL[jarURLs.size()];
|
URL[] urls = new URL[jarURLs.size()];
|
||||||
return jarURLs.toArray(urls);
|
return jarURLs.toArray(urls);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user