X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FSearchPage.java;h=4dbd7dc2eab754f32d90678f6e7d4a15f4e8660a;hb=99888ce13cc17d49f5e217ab6f2c9ad5ef168792;hp=08b6ccca2bf077f5884a150fe9c067677fab1d02;hpb=13e6ab1c63ed982d5be1dd2f436b8af79acd8fd6;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/web/SearchPage.java b/src/main/java/net/pterodactylus/sone/web/SearchPage.java index 08b6ccc..4dbd7dc 100644 --- a/src/main/java/net/pterodactylus/sone/web/SearchPage.java +++ b/src/main/java/net/pterodactylus/sone/web/SearchPage.java @@ -1,5 +1,5 @@ /* - * Sone - SearchPage.java - Copyright © 2010–2012 David Roden + * Sone - SearchPage.java - Copyright © 2010–2013 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -636,7 +636,7 @@ public class SearchPage extends SoneTemplatePage { * The type of the object to extract * @author David ‘Bombe’ Roden */ - public static class HitMapper implements Function, T> { + private static class HitMapper implements Function, T> { /** * {@inheritDoc}