]> WPIA git - gigi.git/commit
fix: put blanks between name components
authorLucas Werkmeister <mail@lucaswerkmeister.de>
Tue, 28 Mar 2017 10:20:13 +0000 (12:20 +0200)
committerLucas Werkmeister <mail@lucaswerkmeister.de>
Wed, 29 Mar 2017 18:31:36 +0000 (20:31 +0200)
commitb62c00db0226d58e5908b55463bbd9fda31b3fb4
tree6803f47df3bee7c811e25eaaf89452cf01b6019d
parent0e121b0091c8ffc1f1cdc55d2f2a2e9dcabe6aa4
fix: put blanks between name components

The previous commit attempted to fix

     Welcome back, Felix Dörre !

but instead produced

     Welcome back, FelixDörre!

Clearly, while we don’t want spaces around the full name, there should
be spaces in between the individual name parts.

Change-Id: I498ea9a0fdaf0f5b3191a3fc3cc47d0a3187b4f5
src/club/wpia/gigi/dbObjects/Name.java