提交 5663de87 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 c8be30dc
......@@ -81,7 +81,6 @@ public class ConstraintReferential extends Constraint {
return getCreateSQLForCopy(table, refTable, quotedName, true);
}
int test;
/**
* Create the SQL statement of this object so a copy of the table can be made.
*
......
......@@ -1224,7 +1224,7 @@ class WebThread extends Thread implements DatabaseEventListener {
}
String error = buff.toString().trim();
if (error.length() > 0) {
throw new Exception("Error compiling: " + error.toString());
throw new Exception("Error compiling: " + error);
}
byte[] data = new byte[(int) classFile.length()];
DataInputStream in = new DataInputStream(new FileInputStream(classFile));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论