Example usage for jdk.nashorn.internal.runtime.regexp.joni Config DEBUG

List of usage examples for jdk.nashorn.internal.runtime.regexp.joni Config DEBUG

Introduction

In this page you can find the example usage for jdk.nashorn.internal.runtime.regexp.joni Config DEBUG.

Prototype

boolean DEBUG

To view the source code for jdk.nashorn.internal.runtime.regexp.joni Config DEBUG.

Click Source Link

Usage

From source file:org.demosoft.medieval.life.loginserver.serverpackets.GGAuth.java

License:Open Source License

public GGAuth(int response) {
    _response = response;
    if (Config.DEBUG) {
        _log.warning("Reason Hex: " + (Integer.toHexString(response)));
    }
}