diff --git a/posterita/posterita/src/main/org/posterita/exceptions/PriceListAlreadyExistsException.java b/posterita/posterita/src/main/org/posterita/exceptions/PriceListAlreadyExistsException.java index 28539efdb4..d0483902a6 100644 --- a/posterita/posterita/src/main/org/posterita/exceptions/PriceListAlreadyExistsException.java +++ b/posterita/posterita/src/main/org/posterita/exceptions/PriceListAlreadyExistsException.java @@ -2,7 +2,6 @@ package org.posterita.exceptions; public class PriceListAlreadyExistsException extends OperationException { - private static final long serialVersionUID = 1L; public PriceListAlreadyExistsException(String exception) {