Skip to content

Commit 7be7076

Browse files
committed
Adjust javadocs
1 parent c18bf61 commit 7be7076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acp/src/main/java/com/inrupt/client/acp/AccessControlResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ public Policy merge(final Set<URI> allow, final Policy... policies) {
222222
* Find a policy, given a type, value and set of modes.
223223
*
224224
* @param type the matcher type
225-
* @param value the matcher value, may be {@null}
226-
* @param modes the expected modes of the enclosing policy, may be {@null}
225+
* @param value the matcher value, may be {@code null}
226+
* @param modes the expected modes of the enclosing policy, may be {@code null}
227227
* @return the matched policies
228228
*/
229229
public Set<Policy> find(final MatcherType type, final URI value, final Set<URI> modes) {

0 commit comments

Comments
 (0)