Skip to content

Conversation

@LogicalChaos
Copy link
Contributor

Add versionId to DeleteObject, DeleteObjectsRequest and DeleteObjectError.

@LogicalChaos LogicalChaos requested a review from rpmoore April 5, 2018 22:11
}
else
{
for ( UUID versionId : entry.getValue() )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing final

for(final String objName : objects) {
deleteObjects.add(new DeleteObject(objName));

for ( Map.Entry< String, Set< UUID > > entry : objects.entrySet() )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing final

private static List<String> contentsToString(final Iterable<Contents> objs) {
final List<String> objKeyList = new ArrayList<>();

private static Map< String, Set< UUID > > contentsToString( final Iterable< Contents > objs )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You deleted the constructor this code was used in. I believe this code is now dead. If so, it should be removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure, removed now.

build.gradle Outdated
allprojects {
group = 'com.spectralogic.ds3'
version = '3.2.8-COMPAT-2'
version = '3.2.8-SNAPSHOT-3'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should update the version number back to COMPAT.

@rpmoore rpmoore merged commit f6e369e into SpectraLogic:3_2_8__5_0_compat Apr 5, 2018
@LogicalChaos LogicalChaos deleted the versionId_in_payload branch April 5, 2018 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants