Skip to content

Commit

Permalink
1.5 compile compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Apr 26, 2012
1 parent 5cf1758 commit 9fe5b2f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -29,6 +29,7 @@
import org.apache.commons.lang.NotImplementedException;
import org.apache.commons.lang.StringUtils;
import org.jumpmind.db.model.Column;
import org.jumpmind.db.model.ColumnTypes;
import org.jumpmind.db.model.Table;
import org.jumpmind.db.model.TypeMap;
import org.jumpmind.symmetric.Version;
Expand Down Expand Up @@ -592,7 +593,7 @@ protected ColumnString buildColumnString(String origTableAlias, String tableAlia
templateToUse = stringColumnTemplate;
isLob = true;
break;
case Types.SQLXML:
case ColumnTypes.SQLXML:
templateToUse = xmlColumnTemplate;
break;
case Types.ARRAY:
Expand Down

0 comments on commit 9fe5b2f

Please sign in to comment.