Skip to content

Expose checksum through CollectionEntry class #126

@korydraughn

Description

@korydraughn
  • main
  • java8

Enhancement

The CollectionIterator in 0.4.0 sorts the contents of a collection such that the following method will now return the checksum of the latest good replica.

// /**
// * Returns the checksum of the filesystem object.
// *
// * @since 0.1.0
// */
// public String checksum() {
// // TODO This is a questionable function. Should probably remove it.
// return checksum;
// }

Please uncomment the code.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions