We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836a3a0 commit 774e316Copy full SHA for 774e316
powertools-tracing/src/main/java/software/amazon/lambda/powertools/tracing/TracingUtils.java
@@ -211,6 +211,6 @@ public void beforeCheckpoint(Context<? extends Resource> context) throws Excepti
211
212
@Override
213
public void afterRestore(Context<? extends Resource> context) throws Exception {
214
-
+ // This is a no-op, as we don't need to do anything after restore
215
}
216
0 commit comments