-
-
Notifications
You must be signed in to change notification settings - Fork 91
change to getFirst() and getLast() #1127
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
Conversation
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!
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.
TJ-Bot/application/src/main/java/org/togetherjava/tjbot/features/jshell/renderer/RendererUtils.java
Line 63 in 7bc47d6
result.snippetsResults().get(result.snippetsResults().size() - 1).status()); |
change this also
bf98b51
to
317402a
Compare
Fixed! |
Closes #1091.