You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2021/05/22 17:59:15 UTC

[tomee-site-generator] branch master updated: Removes two unused imports (which prevent building the website with Java 11)

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f31587  Removes two unused imports (which prevent building the website with Java 11)
9f31587 is described below

commit 9f315879f30109e16b31206f6439ba269396e82b
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Sat May 22 19:41:19 2021 +0200

    Removes two unused imports (which prevent building the website with Java 11)
---
 src/main/java/org/apache/tomee/website/contributors/Github.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/tomee/website/contributors/Github.java b/src/main/java/org/apache/tomee/website/contributors/Github.java
index bc1d4a2..33ed5ff 100644
--- a/src/main/java/org/apache/tomee/website/contributors/Github.java
+++ b/src/main/java/org/apache/tomee/website/contributors/Github.java
@@ -19,11 +19,9 @@ package org.apache.tomee.website.contributors;
 import org.apache.johnzon.jaxrs.JohnzonProvider;
 import org.apache.openejb.loader.IO;
 import org.tomitribe.swizzle.stream.StreamBuilder;
-import sun.rmi.runtime.Log;
 
 import javax.json.bind.Jsonb;
 import javax.json.bind.JsonbBuilder;
-import javax.json.bind.JsonbException;
 import javax.ws.rs.client.Client;
 import javax.ws.rs.client.ClientBuilder;
 import javax.ws.rs.client.WebTarget;