Skip to content

Commit 6154c61

Browse files
committed
ESDK-4060: Fix javadoc references
1 parent 50b7dff commit 6154c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Java/Ema/Core/src/main/java/com/thomsonreuters/ema/rdm/DataDictionary.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public interface DataDictionary
317317
*
318318
* Same like {@link DataDictionary#entry(String)} note, entryDst should be created first and managed by the user
319319
* Otherwise Dictionary is owned by API and method will throw {@link OmmInvalidUsageException }
320-
* with {@link OmmInvalidUsageException.ErrorCode.INVALID_USAGE} error code
320+
* with {@link OmmInvalidUsageException.ErrorCode#INVALID_USAGE} error code
321321
*/
322322
void entry(String fieldName, DictionaryEntry entryDst);
323323

@@ -351,7 +351,7 @@ public interface DataDictionary
351351
*
352352
* Same like {@link DataDictionary#entry(int)} note, entryDst should be created first and managed by the user.
353353
* Otherwise Dictionary is owned by API and method will throw {@link OmmInvalidUsageException }
354-
* with {@link OmmInvalidUsageException.ErrorCode.INVALID_USAGE} error code
354+
* with {@link OmmInvalidUsageException.ErrorCode#INVALID_USAGE} error code
355355
*/
356356
void entry(int fieldId, DictionaryEntry entryDst);
357357

0 commit comments

Comments
 (0)