* Minor bug fix - duplicate implement keyword.

This commit is contained in:
Heng Sin Low 2007-08-21 16:26:26 +00:00
parent 503a04ed75
commit 002302edea
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public class ModelClassGenerator
.append("public class ").append(className)
.append(" extends PO")
.append(" implements I_").append(tableName)
.append(" implements I_Persistent ")
.append(", I_Persistent ")
.append(Env.NL)
.append("{").append(Env.NL)