mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Feedback from code reviews
This commit is contained in:
@ -272,7 +272,7 @@ public class QJavalinProcessHandler
|
|||||||
UUIDAndTypeStateKey key = new UUIDAndTypeStateKey(StateType.UPLOADED_FILE);
|
UUIDAndTypeStateKey key = new UUIDAndTypeStateKey(StateType.UPLOADED_FILE);
|
||||||
TempFileStateProvider.getInstance().put(key, qUploadedFile);
|
TempFileStateProvider.getInstance().put(key, qUploadedFile);
|
||||||
LOG.info("Stored uploaded file in TempFileStateProvider under key: " + key);
|
LOG.info("Stored uploaded file in TempFileStateProvider under key: " + key);
|
||||||
runProcessInput.addValue("uploadedFileKey", key);
|
runProcessInput.addValue(QUploadedFile.DEFAULT_UPLOADED_FILE_FIELD_NAME, key);
|
||||||
}
|
}
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user