Fix codacy error

This commit is contained in:
Joe Ho 2019-09-03 13:23:41 -04:00
parent f680dddd34
commit 0480751945

View File

@ -28,12 +28,12 @@ import com.sun.jna.win32.W32APITypeMapper;
import java.util.HashMap;
import java.util.Map;
/*
/**
* Windows Kernel32 interface
*/
public interface Kernel32 extends StdCallLibrary {
Map<String, Object> WIN32API_OPTIONS = new HashMap<String, Object>() {
static Map<String, Object> WIN32API_OPTIONS = new HashMap<String, Object>() {
private static final long serialVersionUID = 1L;
{
put(Library.OPTION_FUNCTION_MAPPER, W32APIFunctionMapper.UNICODE);