From 7dd18fdadd74fb83522a6c85a27f9446d45b82bd Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Thu, 19 Jan 2023 12:00:21 -0700 Subject: [PATCH] Remove Unneeded Attribute Closes gh-722 --- .../org/springframework/ldap/samples/plain/domain/Person.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/odm/src/main/java/org/springframework/ldap/samples/plain/domain/Person.java b/samples/odm/src/main/java/org/springframework/ldap/samples/plain/domain/Person.java index 0d62b15b..932a0d63 100644 --- a/samples/odm/src/main/java/org/springframework/ldap/samples/plain/domain/Person.java +++ b/samples/odm/src/main/java/org/springframework/ldap/samples/plain/domain/Person.java @@ -1,5 +1,5 @@ /* - * Copyright 2005-2013 the original author or authors. + * Copyright 2005-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -45,7 +45,6 @@ public class Person { @Attribute(name = "sn") private String lastName; - @Attribute(name = "description") private String description; @Transient