Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dereku committed Jun 9, 2017
1 parent ba5d962 commit 4f7d353
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 1 addition & 3 deletions 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
Expand Down Expand Up @@ -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;

/**
Expand Down

0 comments on commit 4f7d353

Please sign in to comment.