From c7c41b5f86027fbd23fe5e71da1228f429556751 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 22 Feb 2021 09:37:30 +0100 Subject: [PATCH] Moved a link a in a comment from http to https refs #20780 --- .../gcube/vremanagement/executor/utils/ReflectionUtility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/vremanagement/executor/utils/ReflectionUtility.java b/src/main/java/org/gcube/vremanagement/executor/utils/ReflectionUtility.java index 552b924..a1bb315 100644 --- a/src/main/java/org/gcube/vremanagement/executor/utils/ReflectionUtility.java +++ b/src/main/java/org/gcube/vremanagement/executor/utils/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