Actually use the default values.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 12 Jun 2014 05:11:39 +0000 (07:11 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 12 Jun 2014 05:11:39 +0000 (07:11 +0200)
commit23a5166d65ff22ea319799fe9b6ca86e27bf9c51
tree7540e13d9f2cce6ab5f2b84c108a31b54c1f6660
parentc96777831ddacd8399f945a741145b814eef498b
Actually use the default values.

getParam(String) returns a default value of "" and not null so the
previous detection of “no value is set” was actually never working, and
the default in the web interface was the default used by the browser
(i.e. the first element).
src/main/java/net/pterodactylus/sone/web/KnownSonesPage.java