]> git.mxchange.org Git - addressbook-war.git/blobdiff - src/java/org/mxchange/addressbook/validator/business/basicdata/roadnumber/AddressbookBasicDataCompanyRoadNumberValidator.java
Updated copyright year
[addressbook-war.git] / src / java / org / mxchange / addressbook / validator / business / basicdata / roadnumber / AddressbookBasicDataCompanyRoadNumberValidator.java
index ef5c2b79d4676676246064203a034bd20806a259..dfd193641120fcf44acc05ef0fa863f403590c5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 - 2022 Free Software Foundation
+ * Copyright (C) 2017 - 2024 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -77,7 +77,7 @@ public class AddressbookBasicDataCompanyRoadNumberValidator extends BaseStringVa
                        }
 
                        // Securely cast it
-                       checkExisting = Boolean.parseBoolean((String) attribute);
+                       checkExisting = Boolean.valueOf((String) attribute);
                }
 
                // Check if name is already used