mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-21 21:14:12 +08:00
added javadoc headers
This commit is contained in:
parent
7e47b0d136
commit
8f13241f2f
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Copyright (c) 2010 Mysema Ltd.
|
||||
* All rights reserved.
|
||||
*
|
||||
*/
|
||||
package com.mysema.query.types;
|
||||
|
||||
public class ExprException extends RuntimeException{
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user