Skip to content

Commit

Permalink
Remove Unneeded Attribute
Browse files Browse the repository at this point in the history
Closes gh-722
  • Loading branch information
jzheaux committed Jan 19, 2023
1 parent 857f707 commit a9feddd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -45,7 +45,6 @@ public class Person {
@Attribute(name = "sn")
private String lastName;

@Attribute(name = "description")
private String description;

@Transient
Expand Down

0 comments on commit a9feddd

Please sign in to comment.