-
Notifications
You must be signed in to change notification settings - Fork 0
POST comments through blobstore #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: QuinnDevelopment
Are you sure you want to change the base?
Conversation
|
|
||
| FetchOptions fetchOptions = FetchOptions.Builder.withLimit(5); | ||
| if(cursor != null){ | ||
|
|
There was a problem hiding this comment.
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, ""); | ||
| } | ||
|
|
There was a problem hiding this comment.
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"); | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: Remove empty line.
nikhilbirmiwal
left a comment
There was a problem hiding this 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!
No description provided.