GUACAMOLE-1224: Improve readability of JavaDoc by shortening text of hyperlinked enum values.

This commit is contained in:
Michael Jumper
2022-10-05 09:32:08 -07:00
parent a0a5335c4d
commit 606c7bd55c

View File

@@ -91,11 +91,11 @@ public interface DirectoryEvent<ObjectType extends Identifiable>
/** /**
* {@inheritDoc} * {@inheritDoc}
* <p> * <p>
* Currently, for object creation ({@link Operation#ADD}), retrieval * Currently, for object creation ({@link Operation#ADD ADD}), retrieval
* ({@link Operation#GET}), modification and ({@link Operation#UPDATE}), * ({@link Operation#GET GET}), and modification ({@link Operation#UPDATE UPDATE}),
* it can be expected that the affected object will be available, however * it can be expected that the affected object will be available, however
* the caller should verify this regardless. For deletions * 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. * single deletions, and cannot be made available for batch deletions.
*/ */
@Override @Override