JPProxy update

This commit is contained in:
Jindra Petk
2011-07-16 12:40:49 +02:00
parent 991b08d8bc
commit 49a8fd03bf
24 changed files with 2419 additions and 1577 deletions

View File

@@ -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;