Update of /cvsroot/ooc/libpobj/src/PObj
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25235
Modified Files:
MetaData.Mod
Log Message:
(columnJavaGetMethodVisual) Don't know why I marked this as
deprecated.
Index: MetaData.Mod
===================================================================
RCS file: /cvsroot/ooc/libpobj/src/PObj/MetaData.Mod,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- MetaData.Mod 30 Mar 2006 08:07:09 -0000 1.120
+++ MetaData.Mod 7 Jun 2006 12:24:28 -0000 1.121
@@ -810,7 +810,7 @@
(**The Java counterpart of @oconst{columnSetMethod}. *)
columnJavaGetMethodVisual* = 4;
(**Name of the Java method that returns the preferred string representation
- of the value returned by method @oconst{columnJavaGetMethod}. Deprecated. *)
+ of the value returned by method @oconst{columnJavaGetMethod}. *)
columnJavaSetMethodVisual* = 5;
(**Name of the Java method that takes the preferred string representation of
a value of this type, transforms it into the internal representation, and
|