| Chunk |
|---|
| Conflicting content |
|---|
private boolean dontModifyAccessTime = false; //~--- fields --------------------------------------------------------- <<<<<<< HEAD private final Map |
| Solution content |
|---|
private boolean dontModifyAccessTime = false; //~--- fields --------------------------------------------------------- private final Map |
| File |
|---|
| SecurityContext.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Attribute |
| Method invocation |
| Chunk |
|---|
| Conflicting content |
|---|
AccessPathCache.put(startNode, this, mask);
<<<<<<< HEAD
if (mask.allowsPermission(permission)) {
=======
AccessPathCache.put(principal, this, mask);
>>>>>>> 80564c2f035170acfb6272657f22159319154c81
return true;
} |
| Solution content |
|---|
if (mask.allowsPermission(permission)) {
AccessPathCache.put(principal, this, mask);
return true;
} |
| File |
|---|
| AbstractNode.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Other |
| Chunk |
|---|
| Conflicting content |
|---|
} else {
<<<<<<< HEAD
final String relTypes = getPermissionPropagationRelTypes();
final Map |
| Solution content |
|---|
} else {
final GraphDatabaseService db = StructrApp.getInstance().getGraphDatabaseService();
final String relTypes = getPermissionPropagationRelTypes();
final Map |
| File |
|---|
| AbstractNode.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Other |
| Chunk |
|---|
| Conflicting content |
|---|
AccessPathCache.put(principal, this, mask); <<<<<<< HEAD return true; ======= return true; } >>>>>>> 80564c2f035170acfb6272657f22159319154c81 } } |
| Solution content |
|---|
AccessPathCache.put(principal, this, mask); return true; } } } |
| File |
|---|
| AbstractNode.java |
| Developer's decision |
|---|
| Version 1 |
| Kind of conflict |
|---|
| Other |