提交 ed6da82b authored 作者: noelgrandin's avatar noelgrandin

fix comment spelling

上级 53886036
...@@ -656,7 +656,7 @@ public class Session extends SessionWithState { ...@@ -656,7 +656,7 @@ public class Session extends SessionWithState {
} }
if (locks.size() > 0) { if (locks.size() > 0) {
synchronized (database) { synchronized (database) {
// don't use the enhance for loop to safe memory // don't use the enhanced for loop to save memory
for (int i = 0, size = locks.size(); i < size; i++) { for (int i = 0, size = locks.size(); i < size; i++) {
Table t = locks.get(i); Table t = locks.get(i);
t.unlock(this); t.unlock(this);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论