Make classes static.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneInserter.java
index b16d374..05fa4b4 100644 (file)
@@ -246,7 +246,7 @@ public class SoneInserter extends AbstractService {
         *
         * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
         */
-       private class InsertInformation {
+       private static class InsertInformation {
 
                /** All properties of the Sone, copied for thread safety. */
                private final Map<String, Object> soneProperties = new HashMap<String, Object>();