X Tutup
Skip to content

Commit ab9080f

Browse files
author
jossonsmith
committed
Modify JFace related sources, so they can be loaded by J2S ClassLoader correctly.
1 parent ec8f27b commit ab9080f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

incubators/net.sf.j2s.java.org.eclipse.osgi/src/org/eclipse/osgi/framework/internal/core/MessageResourceBundle.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ private static void computeMissingMessages(String bundleName, Class clazz, Map f
181181

182182
/**
183183
* Load the given resource bundle using the specified class loader.
184+
*
185+
* @j2sNative
184186
*/
185187
public static void load(final String bundleName, Class clazz) {
186188
long start = System.currentTimeMillis();

0 commit comments

Comments
 (0)
X Tutup