nothing really...

This commit is contained in:
amontano 2002-10-09 00:14:44 +00:00
parent c22f7b0127
commit af35c02995

View file

@ -118,5 +118,5 @@ public class Word extends Token
if (wordSinDec==null) if (wordSinDec==null)
wordSinDec=new String(super.token); wordSinDec=new String(super.token);
wordSinDec+="</p><p>"; wordSinDec+="</p><p>";
} }
} }