Moved a link a in a comment from http to https refs #20782
This commit is contained in:
parent
65eb4d6777
commit
9503d52737
|
@ -18,7 +18,7 @@ import java.util.jar.JarFile;
|
|||
|
||||
/**
|
||||
* Got from
|
||||
* http://stackoverflow.com/questions/520328/can-you-find-all-classes-in-a-package-using-reflection#answer-22462785
|
||||
* https://stackoverflow.com/questions/520328/can-you-find-all-classes-in-a-package-using-reflection#answer-22462785
|
||||
*
|
||||
* The method first gets the current ClassLoader. It then fetches all resources
|
||||
* that contain said package and iterates of these URLs. It then creates a
|
||||
|
|
Loading…
Reference in New Issue