Ongebruikte bestanden met onbeschikbare afhankelijkheden in Mimis verwijderd. JNI compile configuraties aangepast en Wiiuse foutje weggewerkt.

This commit is contained in:
2011-09-28 10:13:25 +00:00
parent 3d0c9a55dd
commit fbf262d171
49 changed files with 1064 additions and 10574 deletions

View File

@@ -76,7 +76,6 @@ public final class JIntellitype implements JIntellitypeConstants {
/**
* Handler is used by JNI code to keep different JVM instances separate
*/
@SuppressWarnings("unused")
private final int handler = 0;
/**

View File

@@ -31,9 +31,10 @@ package com.melloware.jintellitype;
* @version 1.3.1
*/
public class JIntellitypeException extends RuntimeException {
protected static final long serialVersionUID = 1L;
public JIntellitypeException() {
public JIntellitypeException() {
super();
}

View File

@@ -33,7 +33,6 @@ import java.util.Properties;
* @author Emil A. Lefkof III <info@melloware.com>
* @version 1.3.1
*/
@SuppressWarnings("")
public final class Main {
/**