Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core / src / org / xwalk / core / InMemorySharedPreferences.java
index 5a32e8f..3774709 100644 (file)
@@ -16,7 +16,7 @@ import java.util.Set;
  * <p/>
  * It keeps all state in memory, and there is no difference between apply() and commit().
  */
-public class InMemorySharedPreferences implements SharedPreferences {
+class InMemorySharedPreferences implements SharedPreferences {
 
     // Guarded on its own monitor.
     private final Map<String, Object> mData;