From 606c7bd55ceb62bd404e949ef5c8042ff65f0936 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 5 Oct 2022 09:32:08 -0700 Subject: [PATCH] GUACAMOLE-1224: Improve readability of JavaDoc by shortening text of hyperlinked enum values. --- .../java/org/apache/guacamole/net/event/DirectoryEvent.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guacamole-ext/src/main/java/org/apache/guacamole/net/event/DirectoryEvent.java b/guacamole-ext/src/main/java/org/apache/guacamole/net/event/DirectoryEvent.java index 5e9116496..468851af1 100644 --- a/guacamole-ext/src/main/java/org/apache/guacamole/net/event/DirectoryEvent.java +++ b/guacamole-ext/src/main/java/org/apache/guacamole/net/event/DirectoryEvent.java @@ -91,11 +91,11 @@ public interface DirectoryEvent /** * {@inheritDoc} *

- * Currently, for object creation ({@link Operation#ADD}), retrieval - * ({@link Operation#GET}), modification and ({@link Operation#UPDATE}), + * Currently, for object creation ({@link Operation#ADD ADD}), retrieval + * ({@link Operation#GET GET}), and modification ({@link Operation#UPDATE UPDATE}), * it can be expected that the affected object will be available, however * the caller should verify this regardless. For deletions - * ({@link Operation#REMOVE}), the object can only be made available for + * ({@link Operation#REMOVE REMOVE}), the object can only be made available for * single deletions, and cannot be made available for batch deletions. */ @Override