Skip to content

Commit 774e316

Browse files
committed
resolved testing issues
1 parent 836a3a0 commit 774e316

File tree

1 file changed

+1
-1
lines changed
  • powertools-tracing/src/main/java/software/amazon/lambda/powertools/tracing

1 file changed

+1
-1
lines changed

powertools-tracing/src/main/java/software/amazon/lambda/powertools/tracing/TracingUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,6 @@ public void beforeCheckpoint(Context<? extends Resource> context) throws Excepti
211211

212212
@Override
213213
public void afterRestore(Context<? extends Resource> context) throws Exception {
214-
214+
// This is a no-op, as we don't need to do anything after restore
215215
}
216216
}

0 commit comments

Comments
 (0)