Skip to content

Commit 2929df0

Browse files
committed
Fix documentation
1 parent 40cdc89 commit 2929df0

File tree

1 file changed

+0
-8
lines changed
  • src/main/java/com/marcospassos/phpserializer

1 file changed

+0
-8
lines changed

src/main/java/com/marcospassos/phpserializer/Writer.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ public String getResult()
6262
return this.buffer.toString();
6363
}
6464

65-
/**
66-
* Writes a custom serialized object to the buffer.
67-
*
68-
* @param className The fully-qualified name of the class.
69-
*
70-
* @return A writer to be used to custom write the serializable object.
71-
*/
72-
7365
/**
7466
* Writes the start of an object to the buffer and returns an object-level
7567
* sub writer.

0 commit comments

Comments
 (0)