Skip to content
Snippets Groups Projects
Commit 0a7efb3e authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

fix Stty.java compilation with Java 6 compilers

parent ce17edb0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ package com.cloudius.util;
import com.cloudius.Config;
public class Stty implements AutoCloseable {
public class Stty {
static {
Config.loadJNI("stty.so");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment