Skip to content

Commit

Permalink
update for bad javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffz committed Nov 28, 2023
1 parent a159254 commit 321a1b8
Showing 1 changed file with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package gov.hhs.aspr.ms.taskit.core;

import java.io.IOException;
import java.io.Reader;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.Collections;
Expand Down Expand Up @@ -365,15 +364,9 @@ void validateTranslationEngines() {


/**
* Creates readers for each inputFilePath and passes the reader and classRef to
* passes every input path and classRef to
* the TranslationEngine via
* {@link TranslationController#readInput(Reader, Class)}
*
* @throws ContractException
* <ul>
* <li>{@linkplain CoreTranslationError#NULL_TRANSLATION_ENGINE}
* if translationEngine is null</li>
* </ul>
* {@link TranslationController#readInput(Path, Class, TranslationEngine)}
*/
public TranslationController readInput() {
for (Path path : this.data.inputFilePathMap.keySet()) {
Expand Down

0 comments on commit 321a1b8

Please sign in to comment.