]> git.mxchange.org Git - addressbook-ejb.git/blobdiff - src/java/org/mxchange/jcontactsbusiness/model/opening_time/AddressbookOpeningTimesSessionBean.java
Please cherry-pick:
[addressbook-ejb.git] / src / java / org / mxchange / jcontactsbusiness / model / opening_time / AddressbookOpeningTimesSessionBean.java
index 1b163e7778d5cb02475b251a0cae4f27418106f5..1836a90370d29841f43f6077c552fba5076b54ad 100644 (file)
@@ -35,6 +35,13 @@ public class AddressbookOpeningTimesSessionBean extends BaseAddressbookEnterpris
         */
        private static final long serialVersionUID = 58_467_386_571_701L;
 
+       /**
+        * Default constructor
+        */
+       public FinancialsOpeningTimesSessionBean () {
+               super();
+       }
+
        @Override
        @SuppressWarnings ("unchecked")
        public List<OpeningTime> fetchAllOpeningTimes () {