mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Fix codacy error
This commit is contained in:
parent
f680dddd34
commit
0480751945
@ -28,12 +28,12 @@ import com.sun.jna.win32.W32APITypeMapper;
|
|||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Windows Kernel32 interface
|
* Windows Kernel32 interface
|
||||||
*/
|
*/
|
||||||
public interface Kernel32 extends StdCallLibrary {
|
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;
|
private static final long serialVersionUID = 1L;
|
||||||
{
|
{
|
||||||
put(Library.OPTION_FUNCTION_MAPPER, W32APIFunctionMapper.UNICODE);
|
put(Library.OPTION_FUNCTION_MAPPER, W32APIFunctionMapper.UNICODE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user