Change visibility of hit mapper.
[Sone.git] / src / main / java / net / pterodactylus / sone / web / SearchPage.java
index 08b6ccc..a604cc6 100644 (file)
@@ -636,7 +636,7 @@ public class SearchPage extends SoneTemplatePage {
         *            The type of the object to extract
         * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
         */
-       public static class HitMapper<T> implements Function<Hit<T>, T> {
+       private static class HitMapper<T> implements Function<Hit<T>, T> {
 
                /**
                 * {@inheritDoc}