You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2020/09/23 14:58:07 UTC

[sling-org-apache-sling-graphql-core] branch master updated: trivial: removed unused imports

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-graphql-core.git


The following commit(s) were added to refs/heads/master by this push:
     new f39a512  trivial: removed unused imports
f39a512 is described below

commit f39a512dd205ed6a44d07e718c0eaf48158ba388
Author: Radu Cotescu <co...@adobe.com>
AuthorDate: Wed Sep 23 16:57:56 2020 +0200

    trivial: removed unused imports
---
 .../org/apache/sling/graphql/core/scalars/SlingCoercingWrapper.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/graphql/core/scalars/SlingCoercingWrapper.java b/src/main/java/org/apache/sling/graphql/core/scalars/SlingCoercingWrapper.java
index 38645cc..b7c489b 100644
--- a/src/main/java/org/apache/sling/graphql/core/scalars/SlingCoercingWrapper.java
+++ b/src/main/java/org/apache/sling/graphql/core/scalars/SlingCoercingWrapper.java
@@ -25,8 +25,6 @@ import org.apache.sling.graphql.api.SlingScalarConverter;
 
 import graphql.language.StringValue;
 import graphql.schema.Coercing;
-import graphql.schema.CoercingParseLiteralException;
-import graphql.schema.CoercingParseValueException;
 import graphql.schema.CoercingSerializeException;
 
 /** Wraps {@link SlingScalarConverter} into a GraphQL-java Coercing */