changeset 20067:68aec55f5eb6

fieldnames.m: remove FIXME comment since it has already been fixed (bug #42710)
author Carnë Draug <carandraug@octave.org>
date Mon, 06 Apr 2015 15:37:58 +0100
parents c66909c234e6
children 490ae1d98f27
files scripts/general/fieldnames.m
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/fieldnames.m	Mon Apr 06 10:29:20 2015 -0400
+++ b/scripts/general/fieldnames.m	Mon Apr 06 15:37:58 2015 +0100
@@ -48,9 +48,6 @@
   elseif (isjava (obj) || ischar (obj))
     ## FIXME: Function prototype that excepts java obj exists, but doesn't
     ##        work if obj is java.lang.String.  Convert obj to classname.
-    ## FIXME this is now working for objects whose class is in the dynamic
-    ##        classpath but will continue to fail if such classnames are used
-    ##        instead (see bug #42710)
     if (isa (obj, "java.lang.String"))
       obj = class (obj);
     endif