Samsung / Dexter

Dexter is a static analysis platform to find and remove defects efficiently and immediately during the coding-time.
BSD 2-Clause "Simplified" License
56 stars 33 forks source link

Removed misstyped import #162

Closed JanSawicki closed 7 years ago

JanSawicki commented 7 years ago

Removed "import com.sun.org.apache.xml.internal.resolver.helpers.PublicId;" which was unused and should NOT have been there at any point (probably a typo).

KarolAntczak commented 7 years ago

Without this fix, gradle build did not worked correctly. Now it is ok. Thanks!