Skip to content

Commit

Permalink
Clear up import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Aug 30, 2018
1 parent 3b2802e commit 92a015c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/java/org/kohsuke/github/GHInvitation.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@

import java.io.IOException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;

/**
* @see GitHub#getMyInvitations()
Expand Down

0 comments on commit 92a015c

Please sign in to comment.