Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Aug 11, 2023
1 parent 9ae6775 commit 20ce06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/github/eocqrs/cmig/sha/Sha.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public Sha(

@Override
public String asString() throws Exception {
final List<String> contents = new Contents(
final List<String> contents = new StateChanges(
new Names(
this.master,
this.id
Expand Down

0 comments on commit 20ce06e

Please sign in to comment.