Missed a space.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2024 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -217,7 +217,7 @@ public class DepotMarshaller<T>
|
|||||||
if (entity != null) {
|
if (entity != null) {
|
||||||
for (Index index : entity.indices()) {
|
for (Index index : entity.indices()) {
|
||||||
// TODO: delegate this to a database specific SQL generator
|
// TODO: delegate this to a database specific SQL generator
|
||||||
_declarations.add(index.type() + "index " + index.name() +
|
_declarations.add(index.type() + " index " + index.name() +
|
||||||
" (" + StringUtil.join(index.columns(), ", ") + ")");
|
" (" + StringUtil.join(index.columns(), ", ") + ")");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user