Skip to content

Commit c913f6a

Browse files
committed
update comment
1 parent 8b36441 commit c913f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/cryostat/net/openshift/OpenShiftSecurityContext.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ String getNamespace() {
112112
// required - these are above the Namespace, so there are no explicit required permissions at
113113
// that level.
114114
// If we encounter the Namespace node itself along the way then we end up continuing down to the
115-
// first TargetNode. FIXME refactor to just return early when encountering a TargetNode and
116-
// take its name directly for the context.
115+
// first TargetNode. FIXME refactor to just return early when encountering a Namespace
116+
// EnrivonmentNode and take its name directly for the context.
117117
private ServiceRef findServiceRef(AbstractNode node) {
118118
if (node instanceof TargetNode) {
119119
return ((TargetNode) node).getTarget();

0 commit comments

Comments
 (0)