rename client databases and switch from 3 to 2 of them (#3028)

This commit is contained in:
chrisoberle
2017-11-13 11:36:30 -05:00
committed by maibin
parent 2e5531edd0
commit 25fe85d849
3 changed files with 20 additions and 40 deletions

View File

@@ -2,6 +2,6 @@ package org.baeldung.dsrouting;
public enum ClientDatabase {
ACME_WIDGETS, WIDGETS_ARE_US, WIDGET_DEPOT
CLIENT_A, CLIENT_B
}