Updated ApplicationBrowserService.java

This commit is contained in:
Andrea Terzani
2024-11-21 17:07:28 +00:00
parent 013922b495
commit 9efedc4ebe

View File

@@ -39,7 +39,7 @@ public class ApplicationBrowserService {
classInfo.setCommitSha(kSGitInfo.getCommitId());
classInfo.setRepositoryEntityId(kSGitInfo.getId());
result = null;//javaREModule.revSingleClass(classInfo);
result = javaREModule.revSingleClass(classInfo);
}
@@ -56,7 +56,7 @@ public class ApplicationBrowserService {
try {
// Chiama il metodo getProcessStatus e memorizza il risultato
responseEntity = null;//javaREModule.getProcessStatus(processId);
responseEntity = javaREModule.getProcessStatus(processId);
} catch (Exception e) {
// In caso di eccezione
logger.error("Exception in getProgressRev: {}", e.getMessage());