Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VOSpace INAF
vospace-datamodel
Commits
12d3aa54
Commit
12d3aa54
authored
Feb 24, 2021
by
Sara Bertocco
Browse files
Fix typo in NodeUtils.checkReadable
parent
487b2d1d
Pipeline
#1052
failed with stages
in 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/main/java/it/inaf/oats/vospace/datamodel/NodeUtils.java
View file @
12d3aa54
...
...
@@ -116,7 +116,7 @@ public class NodeUtils {
}
public
static
boolean
checkIfRed
e
able
(
Node
myNode
,
String
userName
,
List
<
String
>
userGroups
)
{
public
static
boolean
checkIfRe
a
dable
(
Node
myNode
,
String
userName
,
List
<
String
>
userGroups
)
{
return
checkAccessPropery
(
myNode
,
userName
,
userGroups
,
NodeProperties
.
GROUP_READ_URI
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment