aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/CtField.java
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2010-07-08 11:01:36 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2010-07-08 11:01:36 +0000
commit066ce8b8722d191874c53870096d3cb2e1056f1d (patch)
treee875dd100451dcb42db5805e4e542a2a02539e9b /src/main/javassist/CtField.java
parente409a23fb5dffd67c843e99ef97467ff4a42c211 (diff)
downloadjavassist-066ce8b8722d191874c53870096d3cb2e1056f1d.tar.gz
javassist-066ce8b8722d191874c53870096d3cb2e1056f1d.zip
fixed JASSIST-119
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@552 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'src/main/javassist/CtField.java')
-rw-r--r--src/main/javassist/CtField.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/javassist/CtField.java b/src/main/javassist/CtField.java
index af573d2c..c4af7e5d 100644
--- a/src/main/javassist/CtField.java
+++ b/src/main/javassist/CtField.java
@@ -319,6 +319,8 @@ public class CtField extends CtMember {
/**
* Returns the character string representing the type of the field.
+ * The field signature is represented by a character string
+ * called a field descriptor, which is defined in the JVM specification.
* If two fields have the same type,
* <code>getSignature()</code> returns the same string.
*