Skip to content

Commit a9feddd

Browse files
committed
Remove Unneeded Attribute
Closes gh-722
1 parent 857f707 commit a9feddd

File tree

1 file changed

+1
-2
lines changed
  • samples/odm/src/main/java/org/springframework/ldap/samples/plain/domain

1 file changed

+1
-2
lines changed

samples/odm/src/main/java/org/springframework/ldap/samples/plain/domain/Person.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2005-2013 the original author or authors.
2+
* Copyright 2005-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -45,7 +45,6 @@ public class Person {
4545
@Attribute(name = "sn")
4646
private String lastName;
4747

48-
@Attribute(name = "description")
4948
private String description;
5049

5150
@Transient

0 commit comments

Comments
 (0)