|
@@ -35,7 +35,7 @@ public class ReviewPaper implements java.io.Serializable{
|
|
|
this.requirement_location = requirement_location;
|
|
|
}
|
|
|
|
|
|
- @PersistenceConstructor
|
|
|
+
|
|
|
public ReviewPaper(ReviewPaperVO reviewPaperVO) {
|
|
|
this.description = reviewPaperVO.getDescription();
|
|
|
this.name = reviewPaperVO.getName();
|