Skip to content

Commit

Permalink
[SHIBUI-999]
Browse files Browse the repository at this point in the history
Cleaned up imports.
  • Loading branch information
Bill Smith committed Nov 14, 2018
1 parent 0514933 commit 836880d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
package edu.internet2.tier.shibboleth.admin.ui.jsonschema

import edu.internet2.tier.shibboleth.admin.ui.domain.frontend.EntityDescriptorRepresentation
import groovy.json.JsonBuilder
import mjson.Json
import org.apache.commons.io.IOUtils
import org.apache.commons.io.input.CloseShieldInputStream
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.core.MethodParameter
import org.springframework.http.HttpHeaders
Expand All @@ -15,7 +13,6 @@ import org.springframework.http.converter.HttpMessageConverter
import org.springframework.web.bind.annotation.ControllerAdvice
import org.springframework.web.bind.annotation.ExceptionHandler
import org.springframework.web.context.request.WebRequest
import org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver
import org.springframework.web.servlet.mvc.method.annotation.RequestBodyAdviceAdapter

import javax.annotation.PostConstruct
Expand Down

0 comments on commit 836880d

Please sign in to comment.