added javadoc headers

This commit is contained in:
Timo Westkämper 2010-03-23 09:32:27 +00:00
parent 7e47b0d136
commit 8f13241f2f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
/*
* Copyright (c) 2010 Mysema Ltd.
* All rights reserved.
*
*/
package com.mysema.query.types;
public class ExprException extends RuntimeException{

View File

@ -26,7 +26,6 @@ public final class PathMetadata<T> implements Serializable{
private static final long serialVersionUID = -1055994185028970065L;
// Expr is in lower level package
private final Expr<T> expression;
private final int hashCode;