pvillard31 closed pull request #3232: NIFI-5913 - Standardize Definition of 
UUID in Documentation
URL: https://github.com/apache/nifi/pull/3232
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/nifi-docs/src/main/asciidoc/developer-guide.adoc 
b/nifi-docs/src/main/asciidoc/developer-guide.adoc
index f35feacd1e..d357822bda 100644
--- a/nifi-docs/src/main/asciidoc/developer-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/developer-guide.adoc
@@ -132,7 +132,7 @@ attribute within the `CoreAttributes` enum.
 
 - Filename ("filename"): The filename of the FlowFile. The filename should not 
contain any directory structure.
 
-- UUID ("uuid"): A unique universally unique identifier (UUID) assigned to 
this FlowFile.
+- UUID ("uuid"): A Universally Unique Identifier assigned to this FlowFile 
that distinguishes the FlowFile from other FlowFiles in the system.
 
 - Path ("path"): The FlowFile's path indicates the relative directory to which 
a FlowFile belongs and does not contain the filename.
 
diff --git a/nifi-docs/src/main/asciidoc/user-guide.adoc 
b/nifi-docs/src/main/asciidoc/user-guide.adoc
index ba62327ff5..16863e5796 100644
--- a/nifi-docs/src/main/asciidoc/user-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/user-guide.adoc
@@ -71,7 +71,7 @@ UI may become unavailable.
        context about the data; they are made up of key-value pairs.
        All FlowFiles have the following Standard Attributes:
 
-- *uuid*: A unique identifier for the FlowFile
+- *uuid*: A Universally Unique Identifier that distinguishes the FlowFile from 
other FlowFiles in the system.
 - *filename*: A human-readable filename that may be used when storing the data 
to disk or in an external service
 - *path*: A hierarchically structured value that can be used when storing data 
to disk or an external service so that the data is not stored in a single 
directory
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to