Skip to content

Commit

Permalink
DG-1697: PR comments resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit-at committed Jul 24, 2024
1 parent a5e7103 commit 2869c0b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server-api/src/main/java/org/apache/atlas/RequestContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public class RequestContext {


private RequestContext() {

}

//To handle gets from background threads where createContext() is not called
Expand Down Expand Up @@ -789,5 +788,4 @@ public void clearMutationContext(String event) {
public Map<String, Set<AtlasRelationship>> getRelationshipMutationMap() {
return relationshipMutationMap;
}

}

0 comments on commit 2869c0b

Please sign in to comment.