Skip to content

Commit

Permalink
Update CommonUtils.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Feb 6, 2024
1 parent 04b15f9 commit 9b55272
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,7 @@ public static void printLoadedJars() {
// trace the file containing the gson library
myClassURL = JsonPrimitive.class.getProtectionDomain().getCodeSource().getLocation();
LOGGER.debug("Loading gson from " + myClassURL.toExternalForm());

// trace the file containing the json-simple library
myClassURL = Yytoken.class.getProtectionDomain().getCodeSource().getLocation();
LOGGER.debug("Loading json-simple from " + myClassURL.toExternalForm());


// trace the file containing the mysql-connector-java library
myClassURL = Driver.class.getProtectionDomain().getCodeSource().getLocation();
LOGGER.debug("Loading mysql-connector-java from " + myClassURL.toExternalForm());
Expand Down

0 comments on commit 9b55272

Please sign in to comment.