changed uploadFile to recordFile - #124
Conversation
| * @return The resource in the provenance record associated with the upload activity | ||
| */ | ||
| public static Resource uploadFile(ProvMgr provMgr, String sourceEntityURI, | ||
| public static Resource recordFile(ProvMgr provMgr, String sourceEntityURI, |
There was a problem hiding this comment.
'method def modifier' has incorrect indentation level 4, expected level should be 2.
| * @return The resource in the provenance record associated with the upload activity | ||
| */ | ||
| public static Resource uploadFile(ProvMgr provMgr, String sourceEntityURI, | ||
| public static Resource recordFile(ProvMgr provMgr, String sourceEntityURI, |
There was a problem hiding this comment.
Abbreviation in name 'sourceEntityURI' must contain no more than '1' consecutive capital letters.
| if (provMgr != null) { | ||
| Long startTime = System.currentTimeMillis(); | ||
| WorkbenchOperationRecorder.uploadFile(provMgr, scriptPath, remoteScriptPath, | ||
| WorkbenchOperationRecorder.recordFile(provMgr, scriptPath, remoteScriptPath, |
There was a problem hiding this comment.
'if' child has incorrect indentation level 20, expected level should be 10.
| | IOException ex) { | ||
| } | ||
| WorkbenchOperationRecorder.uploadFile(provMgr, nListFilename, | ||
| WorkbenchOperationRecorder.recordFile(provMgr, nListFilename, |
There was a problem hiding this comment.
'if' child has incorrect indentation level 32, expected level should be 16.
| if (provMgr != null) { | ||
| Long startTime = System.currentTimeMillis(); | ||
| WorkbenchOperationRecorder.uploadFile(provMgr, simConfigFilename, | ||
| WorkbenchOperationRecorder.recordFile(provMgr, simConfigFilename, |
There was a problem hiding this comment.
'if' child has incorrect indentation level 28, expected level should be 14.
No description provided.