We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857f707 commit a9fedddCopy full SHA for a9feddd
samples/odm/src/main/java/org/springframework/ldap/samples/plain/domain/Person.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2005-2013 the original author or authors.
+ * Copyright 2005-2023 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -45,7 +45,6 @@ public class Person {
45
@Attribute(name = "sn")
46
private String lastName;
47
48
- @Attribute(name = "description")
49
private String description;
50
51
@Transient
0 commit comments