Skip to content

Commit c06d0fc

Browse files
committed
Removed unnecessary call to getEntities as it is not actually updating the entities in the session
1 parent 191e3b9 commit c06d0fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

quick-start/src/main/java/com/marklogic/hub/web/controller/api/EntityApiController.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ public void destroy() throws Exception {
142142
@Override
143143
public void onWatchEvent(Path path, WatchEvent<Path> event) {
144144
synchronized (syncStatusService) {
145-
entityManagerService.getEntities();
146-
147145
syncStatusService.notifyAll();
148146
}
149147
}

0 commit comments

Comments
 (0)