This is an automated email from the ASF dual-hosted git repository.

kdoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git


The following commit(s) were added to refs/heads/master by this push:
     new 202e47e  NIFIREG-274 Increasing visiblity of dataSource() in 
TestDataSourceFactory for re-use outside of NiFi Registry
202e47e is described below

commit 202e47ebc18f7d10f0bbb49d1b341ed78ae7ad22
Author: Bryan Bende <bbe...@apache.org>
AuthorDate: Mon Jul 29 15:58:13 2019 -0400

    NIFIREG-274 Increasing visiblity of dataSource() in TestDataSourceFactory 
for re-use outside of NiFi Registry
---
 .../main/java/org/apache/nifi/registry/db/TestDataSourceFactory.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-registry-core/nifi-registry-test/src/main/java/org/apache/nifi/registry/db/TestDataSourceFactory.java
 
b/nifi-registry-core/nifi-registry-test/src/main/java/org/apache/nifi/registry/db/TestDataSourceFactory.java
index 0625f0f..773c74b 100644
--- 
a/nifi-registry-core/nifi-registry-test/src/main/java/org/apache/nifi/registry/db/TestDataSourceFactory.java
+++ 
b/nifi-registry-core/nifi-registry-test/src/main/java/org/apache/nifi/registry/db/TestDataSourceFactory.java
@@ -27,7 +27,7 @@ public abstract class TestDataSourceFactory {
 
     @Bean
     @Primary
-    DataSource dataSource() {
+    public DataSource dataSource() {
         return createDataSource();
     }
 

Reply via email to