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

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 4083fd3f75 NIFI-12864 Corrected NOTICE Reference to 
UriComponentsBuilder
4083fd3f75 is described below

commit 4083fd3f75252235fb9ff82ac1d0f12c3f903bdf
Author: dan-s1 <[email protected]>
AuthorDate: Mon Mar 4 18:39:47 2024 +0000

    NIFI-12864 Corrected NOTICE Reference to UriComponentsBuilder
    
    This closes #8470
    
    Signed-off-by: David Handermann <[email protected]>
---
 NOTICE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
index 75106360e4..e61bb33d94 100644
--- a/NOTICE
+++ b/NOTICE
@@ -134,4 +134,4 @@ This includes derived works from Spring Framework available 
under Apache Softwar
     The derived work is adapted from
       
https://github.com/spring-projects/spring-framework/blob/main/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java
     and can be found in
-      nifi-commons/nifi-utils/src/main/java/org/apache/nifi/util/UriUtils.java
\ No newline at end of file
+      nifi-api/src/main/java/org/apache/nifi/processor/util/URLValidator.java
\ No newline at end of file

Reply via email to