-
Notifications
You must be signed in to change notification settings - Fork 16
DM-8579: vis server cleanup #247
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
robyww
commented
Dec 2, 2016
- moved some files our of server/visualize
- created a ...server.visaulize.imageretrieve package
- remove unused code
- clean up some caching to simplify
- removed aborting a plot
- cleaned up managing plot context
- moved the *Commands.java files to .../server/rpc
- general cleanup including some java 7 syntax updates and javadocs
- moved some files our of server/visualize - created a ...server.visaulize.imageretrieve package - remove unused code - clean up some caching to simplify - removed aborting a plot - cleaned up managing plot context - moved the *Commands.java files to .../server/rpc - general cleanup including some java 7 syntax updates and javadocs
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.
looks fine.
|
||
/* | ||
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt | ||
*/ |
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.
duplicate addition.
|
||
/* | ||
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt | ||
*/ |
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.
duplicate license info.
|
||
/* | ||
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt | ||
*/ |
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.
same here.
/* | ||
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt | ||
*/ | ||
package edu.caltech.ipac.firefly.server.visualize.imageretrieve; |
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.
and here... also several more files below all have the same duplicate license info.
- removed support for gif tiles - more java 7 updates - removed unnecessary paramters - bug fix: stretch not passing parameters correctly - bug fix: cube parameter not being placed into state properly - clean up from comments
413c1c5
to
c58d3be
Compare