removed @since for non-public classes

This commit is contained in:
Inderjeet Singh 2010-08-20 00:35:48 +00:00
parent dc60cb1931
commit 24fd66f645
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -231,7 +231,6 @@ public final class GsonBuilder {
*
* @param fieldNamingStrategy the actual naming strategy to apply to the fields
* @return a reference to this {@code GsonBuilder} object to fulfill the "Builder" pattern
* @since 1.5
*/
GsonBuilder setFieldNamingStrategy(FieldNamingStrategy2 fieldNamingStrategy) {
this.fieldNamingPolicy =