Code formatting

master
Jens Pelzetter 2023-03-11 19:41:29 +01:00
parent 105645c6e6
commit 93f90d95d4
1 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,5 @@
package org.scientificcms.publications.contenttypes;
import org.hibernate.envers.Audited;
import org.librecms.contenttypes.ContentTypeDescription;
import org.librecms.ui.contentsections.documents.MvcAuthoringKit;
@ -58,7 +56,6 @@ public class ExpertiseItem extends PublicationItem<Expertise> {
// protected void setPublication(final Expertise expertise) {
// this.expertise = expertise;
// }
@Override
public int hashCode() {
int hash = super.hashCode();
@ -86,7 +83,7 @@ public class ExpertiseItem extends PublicationItem<Expertise> {
// return false;
// }
// return Objects.equals(this.expertise, other.getPublication());
return other.canEqual(this);
return other.canEqual(this);
}
@Override
@ -100,5 +97,4 @@ return other.canEqual(this);
// Objects.toString(expertise),
// data));
// }
}