From 4f7d3533d2a526c960a5097f9456372c2d5fd3a9 Mon Sep 17 00:00:00 2001 From: Dereku Date: Fri, 9 Jun 2017 16:01:15 +0700 Subject: [PATCH] Clean up --- src/club/without/dereku/itemtooltips/ItemTooltips.java | 2 +- src/club/without/dereku/itemtooltips/Listeners.java | 2 +- src/club/without/dereku/itemtooltips/ResourceDownloader.java | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/club/without/dereku/itemtooltips/ItemTooltips.java b/src/club/without/dereku/itemtooltips/ItemTooltips.java index fe1826e..7fb431a 100644 --- a/src/club/without/dereku/itemtooltips/ItemTooltips.java +++ b/src/club/without/dereku/itemtooltips/ItemTooltips.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2015 Dereku. + * Copyright 2017 Dereku. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/club/without/dereku/itemtooltips/Listeners.java b/src/club/without/dereku/itemtooltips/Listeners.java index 0c88660..8bda9dd 100644 --- a/src/club/without/dereku/itemtooltips/Listeners.java +++ b/src/club/without/dereku/itemtooltips/Listeners.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2015 Dereku. + * Copyright 2017 Dereku. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/club/without/dereku/itemtooltips/ResourceDownloader.java b/src/club/without/dereku/itemtooltips/ResourceDownloader.java index 2182f12..df91d8d 100644 --- a/src/club/without/dereku/itemtooltips/ResourceDownloader.java +++ b/src/club/without/dereku/itemtooltips/ResourceDownloader.java @@ -1,7 +1,7 @@ /* * The MIT License * - * Copyright 2015 Dereku. + * Copyright 2017 Dereku. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -34,8 +34,6 @@ import java.net.URL; import java.util.ArrayList; import java.util.logging.Level; -import java.util.logging.Logger; -import java.lang.reflect.Type; import org.apache.commons.io.FileUtils; /**