[JAVA-29474] Replace commons-lang with commons-lang3 (#15514)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
package com.baeldung.xml.jibx;
|
||||
|
||||
import org.apache.commons.lang.builder.ToStringBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringBuilder;
|
||||
|
||||
public class Customer {
|
||||
private Person person;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
package com.baeldung.xml.jibx;
|
||||
|
||||
import org.apache.commons.lang.builder.ToStringBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringBuilder;
|
||||
|
||||
public class Person extends Identity {
|
||||
private String name;
|
||||
|
||||
Reference in New Issue
Block a user