Skip to content

Commit d730cd2

Browse files
authored
fix: give TimestampFormat enum public accessor
1 parent 6fd9af8 commit d730cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-android-sdk-core/src/main/java/com/amazonaws/transform/TimestampFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Simple enum to differentiate timestamp format standards.
2222
*/
23-
enum TimestampFormat {
23+
public enum TimestampFormat {
2424
/**
2525
* In epoch seconds.
2626
*/

0 commit comments

Comments
 (0)