Skip to content

Changing example: BagCreator.bagInPlace is static #42

@Tegomena

Description

@Tegomena

The README says in "Create a bag from a folder using version 0.97":

BagCreator creator = new BagCreator();
Bag bag = creator.bagInPlace(folder, algorithm, includeHiddenFiles);

-> but BagCreator.bagInPlace seems to be static, so:

Bag bag = BagCreator.bagInPlace(folder, algorithm, includeHiddenFiles);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions