Code formatting
parent
105645c6e6
commit
93f90d95d4
|
|
@ -1,7 +1,5 @@
|
||||||
package org.scientificcms.publications.contenttypes;
|
package org.scientificcms.publications.contenttypes;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import org.hibernate.envers.Audited;
|
import org.hibernate.envers.Audited;
|
||||||
import org.librecms.contenttypes.ContentTypeDescription;
|
import org.librecms.contenttypes.ContentTypeDescription;
|
||||||
import org.librecms.ui.contentsections.documents.MvcAuthoringKit;
|
import org.librecms.ui.contentsections.documents.MvcAuthoringKit;
|
||||||
|
|
@ -58,7 +56,6 @@ public class ExpertiseItem extends PublicationItem<Expertise> {
|
||||||
// protected void setPublication(final Expertise expertise) {
|
// protected void setPublication(final Expertise expertise) {
|
||||||
// this.expertise = expertise;
|
// this.expertise = expertise;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
int hash = super.hashCode();
|
int hash = super.hashCode();
|
||||||
|
|
@ -100,5 +97,4 @@ return other.canEqual(this);
|
||||||
// Objects.toString(expertise),
|
// Objects.toString(expertise),
|
||||||
// data));
|
// data));
|
||||||
// }
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue