This commit is contained in:
Timo Westkämper 2011-02-10 20:33:28 +00:00
parent 32bab089c8
commit a976d7971b

View File

@ -15,7 +15,7 @@ import com.mysema.query.types.path.BeanPath;
*
* @author tiwe
*
* @param <T>
* @param <T> entity type
*/
public class RelationalPathBase<T> extends BeanPath<T> implements RelationalPath<T> {