mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-27 21:39:15 +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");
|
|
}
|
|
}
|