Skip to content

Commit a28f375

Browse files
committed
Add a comment about terminal errors.
1 parent 99be7b4 commit a28f375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/integrations/FileDataSourceImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ private void processResult(FDv2SourceResult result) {
102102
if (result.getStatus().getState() != FDv2SourceResult.State.SHUTDOWN) {
103103
dataSourceUpdates.updateStatus(State.INTERRUPTED, result.getStatus().getErrorInfo());
104104
}
105+
// No terminal errors/shutdown for this adaptation.
105106
}
106107
}
107108

0 commit comments

Comments
 (0)