Skip to content

Commit

Permalink
Merge pull request #72 from Olzie-12/patch-1
Browse files Browse the repository at this point in the history
Flat file section
  • Loading branch information
KotlinFactory authored Apr 29, 2022
2 parents 4614438 + 9a84e38 commit d984faa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ public class FlatFileSection implements DataStorage {

protected final FlatFile flatFile;
@Getter private final String pathPrefix;

public FlatFileSection getSection(final String pathPrefix) {
return new FlatFileSection(this.flatFile, createFinalKey(pathPrefix));
}

@Override
public Set<String> singleLayerKeySet() {
Expand Down

0 comments on commit d984faa

Please sign in to comment.