Modified:
trunk/jgogears/jgogears/SGF/SGF.jj
Log:
tweak from Tom Copeland <t...@infoether.com>
Modified: trunk/jgogears/jgogears/SGF/SGF.jj
==============================================================================
--- trunk/jgogears/jgogears/SGF/SGF.jj (original)
+++ trunk/jgogears/jgogears/SGF/SGF.jj Wed Feb 27 11:37:01 2008
@@ -139,7 +139,7 @@
}
{
name=<NAME>
- {result.setIdentifier(new String(name.image));}
+ {result.setIdentifier(name.image);}
(
value =<VALUE>
{result.getValues().add(value.image);}