refactorings

This commit is contained in:
Timo Westkämper 2008-02-20 19:55:11 +00:00
parent e2a8d69bb5
commit cc03a95cc0
3 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,10 @@ package com.mysema.query;
import com.mysema.query.grammar.Types.*;
/**
* Query provides
* Query provides a fluent query interface, operations can be constructed via the
* static methods of Grammar
*
* @see Grammar
* @author tiwe
* @version $Id$
*/

View File

@ -4,7 +4,7 @@ package com.mysema.query.grammar;
import com.mysema.query.grammar.Types.*;
/**
* Grammar provides
* Grammar provides a fluent grammar for operation and order specifier creation
*
* @author tiwe
* @version $Id$

View File

@ -1,9 +1,7 @@
package com.mysema.query.grammar;
/**
* Types provides
* Types provides the types of the fluent grammar
*
* @author tiwe
* @version $Id$