]> git.mxchange.org Git - jfinancials-lib.git/commitdiff
switched to Boolean object
authorRoland Haeder <roland@mxchange.org>
Wed, 14 Oct 2015 09:31:07 +0000 (11:31 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 14 Oct 2015 09:31:07 +0000 (11:31 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/addressbook/model/shared/SharedAddressbooksSessionBeanRemote.java

index edfa19b862727b77fbb9099022e8e1cca27701a4..4393bf2ffd36a8d33f2e21d6ea8a90b9e81a8978 100644 (file)
@@ -34,6 +34,6 @@ public interface SharedAddressbooksSessionBeanRemote extends Serializable {
         * @param user User instance
         * @return Whether the user is sharing address books
         */
-       boolean isUserSharingAddressbooks (final User user);
+       public Boolean isUserSharingAddressbooks (final User user);
 
 }