X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Fimage%2FIconLoader.java;h=b12583f79c968e900547d06192b5f5ed3ce7e039;hp=d09443d301c05dc62057fcbbf620dbd73d58e051;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hpb=55be4a9e8373d72a9e1c25a3c8150651bb19679d diff --git a/src/net/pterodactylus/util/image/IconLoader.java b/src/net/pterodactylus/util/image/IconLoader.java index d09443d..b12583f 100644 --- a/src/net/pterodactylus/util/image/IconLoader.java +++ b/src/net/pterodactylus/util/image/IconLoader.java @@ -3,12 +3,12 @@ * the terms of the GNU General Public License as published by the Free Software * Foundation; either version 2 of the License, or (at your option) any later * version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. - * + * * You should have received a copy of the GNU General Public License along with * this program; if not, write to the Free Software Foundation, Inc., 59 Temple * Place - Suite 330, Boston, MA 02111-1307, USA. @@ -26,14 +26,14 @@ import javax.swing.ImageIcon; /** * Loads an {@link Icon} from the class path. - * + * * @author David Roden */ public class IconLoader { /** * Loads an icon from the class path. - * + * * @param resourceName * The name of the icon * @return The icon, or null if no icon was found @@ -60,7 +60,7 @@ public class IconLoader { /** * Loads an image from the class path. - * + * * @param resourceName * The name of the image * @return The image, or null if no image was found