This commit is contained in:
Timo Westkämper 2009-08-20 07:01:32 +00:00
parent 9da01f02f6
commit 83443b42df
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@ REFACTORING
* move types.operation.* and types.expr.* into types
* split queries into two implementation categories :
- real queries (Query + Projectable)
- detached queries (Query + Detachable)
IDEAS

View File

@ -19,7 +19,7 @@ import net.jcip.annotations.Immutable;
public final class Template {
@Immutable
public static class Element {
public static final class Element {
private final int index;