mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 20:11:46 +00:00
10 lines
184 B
Java
10 lines
184 B
Java
package org.mozilla.gecko.tests;
|
|
|
|
|
|
|
|
public class testSharedPreferences extends JavascriptTest {
|
|
public testSharedPreferences() {
|
|
super("testSharedPreferences.js");
|
|
}
|
|
}
|