mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 05:35:28 +00:00
JPProxy update
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
package com.jpexs.proxy;
|
||||
|
||||
/**
|
||||
* A wrapper around java.lang.String to have case-insensitive
|
||||
* hashCode and equals methods.
|
||||
*
|
||||
* @author Mark Boyns
|
||||
* @see String
|
||||
*/
|
||||
class Key {
|
||||
private String name = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user