Skip to content

Commit

Permalink
remove some imports
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Santos Izaguirre <antoniosanct@gmail.com>
  • Loading branch information
antoniosanct committed Mar 12, 2023
1 parent 0d8fe1d commit 013b571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import static org.hamcrest.core.Is.is;
import static org.hamcrest.CoreMatchers.nullValue;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;

import org.junit.Test;

Expand Down
3 changes: 1 addition & 2 deletions rome/src/main/java/com/rometools/rome/feed/atom/Person.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import com.rometools.rome.feed.impl.CloneableBean;
import com.rometools.rome.feed.impl.EqualsBean;
import com.rometools.rome.feed.impl.ToStringBean;
import com.rometools.rome.feed.module.Extendable;
import com.rometools.rome.feed.module.Module;
import com.rometools.rome.feed.module.impl.ModuleUtils;
import com.rometools.rome.feed.synd.SyndPerson;
Expand All @@ -34,7 +33,7 @@
/**
* Bean for person elements of Atom feeds.
*/
public class Person implements SyndPerson, Cloneable, Serializable, Extendable {
public class Person implements SyndPerson, Serializable {

private static final long serialVersionUID = 1L;

Expand Down

0 comments on commit 013b571

Please sign in to comment.