Do not create a new Sone if the ID is obviously invalid.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 18 Nov 2011 18:00:13 +0000 (19:00 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 18 Nov 2011 18:00:13 +0000 (19:00 +0100)
commit099ca7d98f1e557191f9e4db97d1c970a53bc062
tree791624308dc71f8bac2717d47313ad06fbc9b0da
parent4356b6386a50f80c8e3f4fe8d2232701876a80a7
Do not create a new Sone if the ID is obviously invalid.

Some earlier version introduced a Sone with an empty ID into the system. If
this Sone is now requested, it will not be created anymore.
src/main/java/net/pterodactylus/sone/core/Core.java