From 9503d5273710ac0aece97332430dee0eebff8e73 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 22 Feb 2021 09:44:04 +0100 Subject: [PATCH] Moved a link a in a comment from http to https refs #20782 --- .../informationsystem/utils/discovery/ReflectionUtility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/informationsystem/utils/discovery/ReflectionUtility.java b/src/main/java/org/gcube/informationsystem/utils/discovery/ReflectionUtility.java index 86153f9..d0ead7f 100644 --- a/src/main/java/org/gcube/informationsystem/utils/discovery/ReflectionUtility.java +++ b/src/main/java/org/gcube/informationsystem/utils/discovery/ReflectionUtility.java @@ -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