Skip to content

Commit

Permalink
[Truffle] SuppressWarnings in the StackServerManager.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Feb 3, 2015
1 parent 6202c87 commit c03ca47
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -12,7 +12,7 @@
import com.sun.net.httpserver.HttpExchange;
import com.sun.net.httpserver.HttpHandler;
import com.sun.net.httpserver.HttpServer;
import org.jruby.truffle.runtime.DebugOperations;

import org.jruby.truffle.runtime.RubyCallStack;
import org.jruby.truffle.runtime.RubyContext;
import org.jruby.truffle.runtime.backtrace.Backtrace;
Expand All @@ -23,6 +23,7 @@
import java.io.PrintStream;
import java.net.InetSocketAddress;

@SuppressWarnings("restriction")
public class StackServerManager {

private final RubyContext context;
Expand Down

0 comments on commit c03ca47

Please sign in to comment.