mirror of
https://github.com/ufrisk/MemProcFS.git
synced 2026-05-31 15:52:04 +08:00
Version 5.8.4
This commit is contained in:
@@ -16,7 +16,7 @@ public class JnaObjectMap {
|
||||
}
|
||||
|
||||
public synchronized Integer put(Object obj) {
|
||||
Integer key = Integer.valueOf(counter++);
|
||||
Integer key = Integer.valueOf(counter++);
|
||||
map.put(key, new WeakReference<>(obj));
|
||||
return key;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user