Revision efb2ebf85a2b06f7c508aba9eaad5377e3a01e81 authored by LordFokas on 03 July 2019, 18:16:33 UTC, committed by GitHub on 03 July 2019, 18:16:33 UTC
removed remoteHostName from HTTPSession: it can take too long time to…
2 parent s b04a342 + cd37235
Raw File
.gitignore
out
build
target

*.iml
*.ipr
*.iws
*.class

.idea
.classpath
.project
.gradle
gradle/
gradlew
gradlew.bat

# Vim Backup/Swap Files
*~
.swp
.*.swp

/.settings/
/LICENSE.txt
back to top