]> git.mxchange.org Git - jjobs-lib.git/commitdiff
some space at the end is always good ... ;-)
authorRoland Haeder <roland@mxchange.org>
Fri, 1 Apr 2016 19:06:32 +0000 (21:06 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 1 Apr 2016 19:06:32 +0000 (21:06 +0200)
src/org/mxchange/jjobs/model/addressbook/AddressbookSessionBeanRemote.java

index 4631f122be6d0f1ef1f351ae9eee0ac47dd3d80d..1aa31b34b817ffd841ef293518be66b9132a5a0c 100644 (file)
@@ -97,4 +97,5 @@ public interface AddressbookSessionBeanRemote extends Serializable {
         * @return Whether the name has already been used by the user
         */
        boolean isAddressbookNameUsed (final Addressbook addressbook);
+
 }