]> source.dussan.org Git - tigervnc.git/commitdiff
[Documentation] Documented toString().
authorConstantin Kaplinsky <const@tightvnc.com>
Fri, 20 Jun 2008 11:49:34 +0000 (11:49 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Fri, 20 Jun 2008 11:49:34 +0000 (11:49 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2602 3789f03b-4d11-0410-bbf8-ca57d06f2519

java/src/com/tightvnc/rfbplayer/FbsEntryPoint.java

index 5ca276f34041fa1fb6e8e3e65599f66db3da6ee1..100933f5e527320646f3833119ead50c4490e19f 100644 (file)
@@ -65,6 +65,11 @@ public class FbsEntryPoint {
    */
   public long fbs_skip;
 
+  /**
+   * A replacement for {@link Object#toString()}.
+   *
+   * @return a string representation of the object.
+   */
   public String toString() {
     String s = "[ timestamp:" + timestamp;
     s += " key_fpos:" + key_fpos;