Skip to content

Conversation

@QuinnDACollins
Copy link
Owner

No description provided.

@QuinnDACollins QuinnDACollins changed the title Blobstore images POST comments through blobstore Jun 11, 2020

FetchOptions fetchOptions = FetchOptions.Builder.withLimit(5);
if(cursor != null){

Copy link
Collaborator

Choose a reason for hiding this comment

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

NIT: Remove empty line.

} else {
cursors.put(pageCount, "");
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

NIT: Remove empty lines.

DatastoreService datastore = DatastoreServiceFactory.getDatastoreService();
datastore.put(comment);
response.sendRedirect("/index.html");

Copy link
Collaborator

Choose a reason for hiding this comment

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

NIT: Remove empty line.

Copy link
Collaborator

@nikhilbirmiwal nikhilbirmiwal left a comment

Choose a reason for hiding this comment

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

LGTM, modulo some stylistic changes.
Code is clean and easy to follow!

@stekolla stekolla removed their request for review October 24, 2025 17:46
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