mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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.
|
||||
*
|
||||
* @param dir
|
||||
* The directory to retrieve all .jar files from
|
||||
* The directory to retrieve all .jar files from.
|
||||
*
|
||||
* @return
|
||||
* 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
|
||||
// .jars found above.
|
||||
|
||||
// Set delegate classloader to new URLClassLoader which loads from the .jars found above.
|
||||
URL[] urls = new URL[jarURLs.size()];
|
||||
return jarURLs.toArray(urls);
|
||||
|
||||
|
Reference in New Issue
Block a user