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:47:30 +01:00
parent 3831332f26
commit 4bd49f3f01

View File

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