Comments from r789

This commit is contained in:
Joel Leitch 2011-04-07 18:00:12 +00:00
parent 4bd261ae06
commit 854b92a78f
2 changed files with 1 additions and 3 deletions

View File

@ -214,7 +214,7 @@ public final class FieldAttributes {
} }
/** /**
* remove this when {@link FieldNamingStrategy} is deleted. * @deprecated remove this when {@link FieldNamingStrategy} is deleted.
*/ */
@Deprecated @Deprecated
Field getFieldObject() { Field getFieldObject() {

View File

@ -24,8 +24,6 @@ package com.google.gson;
* *
* @author Inderjeet Singh * @author Inderjeet Singh
* @author Joel Leitch * @author Joel Leitch
*
* @since 1.7
*/ */
interface FieldNamingStrategy2 { interface FieldNamingStrategy2 {