Updated ApplicationBrowserService.java
This commit is contained in:
@@ -39,7 +39,7 @@ public class ApplicationBrowserService {
|
|||||||
classInfo.setCommitSha(kSGitInfo.getCommitId());
|
classInfo.setCommitSha(kSGitInfo.getCommitId());
|
||||||
classInfo.setRepositoryEntityId(kSGitInfo.getId());
|
classInfo.setRepositoryEntityId(kSGitInfo.getId());
|
||||||
|
|
||||||
result = null;//javaREModule.revSingleClass(classInfo);
|
result = javaREModule.revSingleClass(classInfo);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -56,7 +56,7 @@ public class ApplicationBrowserService {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
// Chiama il metodo getProcessStatus e memorizza il risultato
|
// Chiama il metodo getProcessStatus e memorizza il risultato
|
||||||
responseEntity = null;//javaREModule.getProcessStatus(processId);
|
responseEntity = javaREModule.getProcessStatus(processId);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// In caso di eccezione
|
// In caso di eccezione
|
||||||
logger.error("Exception in getProgressRev: {}", e.getMessage());
|
logger.error("Exception in getProgressRev: {}", e.getMessage());
|
||||||
|
|||||||
Reference in New Issue
Block a user