File tree 1 file changed +2
-2
lines changed
Java/Ema/Core/src/main/java/com/thomsonreuters/ema/rdm
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ public interface DataDictionary
317
317
*
318
318
* Same like {@link DataDictionary#entry(String)} note, entryDst should be created first and managed by the user
319
319
* 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
321
321
*/
322
322
void entry (String fieldName , DictionaryEntry entryDst );
323
323
@@ -351,7 +351,7 @@ public interface DataDictionary
351
351
*
352
352
* Same like {@link DataDictionary#entry(int)} note, entryDst should be created first and managed by the user.
353
353
* 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
355
355
*/
356
356
void entry (int fieldId , DictionaryEntry entryDst );
357
357
You can’t perform that action at this time.
0 commit comments