Ongebruikte bestanden met onbeschikbare afhankelijkheden in Mimis verwijderd. JNI compile configuraties aangepast en Wiiuse foutje weggewerkt.
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user