Commit 8c0703ad authored by Phillip Webb's avatar Phillip Webb

Spaces -> Tabs

parent 3cd70b1c
...@@ -7,11 +7,12 @@ welcome = { -> ...@@ -7,11 +7,12 @@ welcome = { ->
def hostName; def hostName;
try { try {
hostName = java.net.InetAddress.getLocalHost().getHostName(); hostName = java.net.InetAddress.getLocalHost().getHostName();
} catch (java.net.UnknownHostException ignore) { }
catch (java.net.UnknownHostException ignore) {
hostName = "localhost"; hostName = "localhost";
} }
// Get Spring Boot version from context // Get Spring Boot version from context
def version = crash.context.attributes.get("spring.boot.version") def version = crash.context.attributes.get("spring.boot.version")
return """\ return """\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment