More documentation.

This commit is contained in:
Jindra Petřík
2024-08-08 00:46:21 +02:00
parent 38bcab878b
commit 5c1811582a
677 changed files with 7393 additions and 343 deletions

View File

@@ -35,7 +35,7 @@ public interface GraphSourceItem extends Serializable, Cloneable {
* @param output Output list
* @param staticOperation Unused
* @param path Path
* @throws InterruptedException
* @throws InterruptedException On interrupt
*/
public void translate(BaseLocalData localData, TranslateStack stack, List<GraphTargetItem> output, int staticOperation, String path) throws InterruptedException;