]> git.mxchange.org Git - jfinancials-swing.git/commitdiff
updated jcore + removed size parameter
authorRoland Haeder <roland@mxchange.org>
Mon, 31 Aug 2015 07:47:54 +0000 (09:47 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 31 Aug 2015 07:48:04 +0000 (09:48 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcore.jar
src/org/mxchange/addressbook/manager/contact/AddressbookContactManager.java

index 5c344f84657d28ec66405902cd7958f977fe36e6..ba28a80bcae60ce2735fcfb60479d4b7fd386a45 100644 (file)
Binary files a/lib/jcore.jar and b/lib/jcore.jar differ
index 405aa2ece694d3b0dd4bc2f1fbdf5554e03e0045..042e4dfec687136b91a76813aec5df87c98d88ef 100644 (file)
@@ -745,7 +745,7 @@ public class AddressbookContactManager extends BaseManager implements Manageable
                                this.getLogger().debug(MessageFormat.format("key={0}", key)); //NOI18N
 
                                // Convert string to array based on delimiter '.'
-                               String[] tokens = this.getArrayFromString(key, ".", 4);
+                               String[] tokens = this.getArrayFromString(key, ".");
 
                                // Token array must contain 4 elements (AddressbookContactManager.columnName.foo.text)
                                assert(tokens.length == 4) : MessageFormat.format("Array tokens contains not 4 elements: {0}", Arrays.toString(tokens));