DATACMNS-1679 - Make ReactiveWrappers.ReactiveLibrary public.

Fix visibility for type that is used in the public API.
This commit is contained in:
Mark Paluch
2020-03-11 08:48:01 +01:00
parent 4c5b37bc63
commit d9f50a1920

View File

@@ -78,7 +78,7 @@ public class ReactiveWrappers {
*
* @author Mark Paluch
*/
static enum ReactiveLibrary {
public enum ReactiveLibrary {
PROJECT_REACTOR, RXJAVA1, RXJAVA2;
}