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 702e272 commit ea5867eCopy full SHA for ea5867e
src/test/java/org/kohsuke/github/AbstractGHAppInstallationTest.java
@@ -1,12 +1,11 @@
1
package org.kohsuke.github;
2
3
+import com.google.common.collect.ImmutableSet;
4
import io.jsonwebtoken.Jwts;
5
import org.apache.commons.io.IOUtils;
6
import org.kohsuke.github.authorization.AuthorizationProvider;
7
import org.kohsuke.github.extras.authorization.JWTTokenProvider;
8
-import com.google.common.collect.ImmutableSet;
9
-
10
import java.io.File;
11
import java.io.IOException;
12
import java.nio.charset.StandardCharsets;
@@ -21,7 +20,6 @@
21
20
import java.util.Base64;
22
import java.util.Date;
23
import java.util.List;
24
-import java.util.Set;
25
26
// TODO: Auto-generated Javadoc
27
/**
0 commit comments