Skip to content

Commit 413c1c5

Browse files
committed
DM-8579: clean up from comments
1 parent d351735 commit 413c1c5

File tree

4 files changed

+1
-22
lines changed

4 files changed

+1
-22
lines changed

src/firefly/java/edu/caltech/ipac/firefly/server/rpc/JsonDataCommands.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt
3-
*/
4-
51
/*
62
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt
73
*/

src/firefly/java/edu/caltech/ipac/firefly/server/rpc/PushCommands.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt
33
*/
44

5-
/*
6-
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt
7-
*/
8-
95
/*
106
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt
117
*/

src/firefly/java/edu/caltech/ipac/firefly/server/visualize/imageretrieve/FileRetriever.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt
3-
*/
4-
51
/*
62
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt
73
*/

src/firefly/java/edu/caltech/ipac/firefly/server/visualize/imageretrieve/ImageFileRetrieverFactory.java

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt
3-
*/
4-
51
/*
62
* License information at https://github.com/Caltech-IPAC/firefly/blob/master/License.txt
73
*/
@@ -12,15 +8,10 @@
128

139
import java.util.HashMap;
1410
import java.util.Map;
15-
/**
16-
* User: roby
17-
* Date: Feb 26, 2010
18-
* Time: 10:45:12 AM
19-
*/
20-
2111

2212
/**
2313
* @author Trey Roby
14+
* Date: Feb 26, 2010
2415
*/
2516
public final class ImageFileRetrieverFactory {
2617

0 commit comments

Comments
 (0)