missed a little bit there

pull/306/merge
Justin Richer 2013-02-19 17:32:48 -05:00
parent cc727cee3e
commit 8d8010d90f
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ package org.mitre.jose;
import javax.persistence.Basic;
import javax.persistence.Embeddable;
import javax.persistence.Entity;
import javax.persistence.Transient;
import com.nimbusds.jose.JWEAlgorithm;
@ -71,6 +72,7 @@ public class JWEAlgorithmEntity {
/**
* @return the algorithm
*/
@Transient
public JWEAlgorithm getAlgorithm() {
return algorithm;
}