mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 12:09:27 +00:00
10 lines
185 B
Java
10 lines
185 B
Java
package org.mozilla.goanna.tests;
|
|
|
|
|
|
|
|
public class testSharedPreferences extends JavascriptTest {
|
|
public testSharedPreferences() {
|
|
super("testSharedPreferences.js");
|
|
}
|
|
}
|