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

sarath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 2170672  ATLAS-4364: Update Java Patch Id of ProcessNamePatch
2170672 is described below

commit 217067210012798f88067582efbf8432474758ca
Author: Radhika Kundam <rkun...@cloudera.com>
AuthorDate: Tue Jul 20 15:09:44 2021 -0700

    ATLAS-4364: Update Java Patch Id of ProcessNamePatch
    
    Signed-off-by: Sarath Subramanian <sar...@apache.org>
---
 .../main/java/org/apache/atlas/repository/patches/ProcessNamePatch.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/repository/src/main/java/org/apache/atlas/repository/patches/ProcessNamePatch.java
 
b/repository/src/main/java/org/apache/atlas/repository/patches/ProcessNamePatch.java
index 2efb747..9889d46 100644
--- 
a/repository/src/main/java/org/apache/atlas/repository/patches/ProcessNamePatch.java
+++ 
b/repository/src/main/java/org/apache/atlas/repository/patches/ProcessNamePatch.java
@@ -48,7 +48,7 @@ import static 
org.apache.atlas.repository.store.graph.v2.AtlasGraphUtilsV2.getId
 public class ProcessNamePatch extends AtlasPatchHandler {
     private static final Logger LOG = 
LoggerFactory.getLogger(ProcessNamePatch.class);
 
-    private static final String PATCH_ID          = "JAVA_PATCH_0000_007";
+    private static final String PATCH_ID          = "JAVA_PATCH_0000_009";
     private static final String PATCH_DESCRIPTION = "Set name to 
qualifiedName.";
 
     private final PatchContext context;

Reply via email to