Merge branch 'feature/19647'

This commit is contained in:
Luca Frosini 2021-06-08 12:14:02 +02:00
commit bfc8fd0262
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import java.util.jar.JarFile;
/** /**
* Got from * 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 * 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 * that contain said package and iterates of these URLs. It then creates a