File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,7 @@ The names of the authors or of the copyright holder (Astrodienst) must not
81
81
*
82
82
* @version 1.0.0b
83
83
*/
84
- public class DblObj implements java .io .Serializable {
85
- private static final long serialVersionUID = 7514197496963065053L ;
84
+ public class DblObj {
86
85
87
86
/**
88
87
* This is the double value that has become wrapped up into a real object.
Original file line number Diff line number Diff line change @@ -80,8 +80,7 @@ The names of the authors or of the copyright holder (Astrodienst) must not
80
80
* @version 1.0.0a
81
81
*/
82
82
83
- final class SDate implements Serializable {
84
- private static final long serialVersionUID = 8055618799629692138L ;
83
+ final class SDate {
85
84
86
85
final int [] ymdhms = new int [6 ];
87
86
final double hour , second ;
Original file line number Diff line number Diff line change @@ -2342,8 +2342,7 @@ public boolean equals(Object obj) {
2342
2342
return true ;
2343
2343
}
2344
2344
2345
- static final class IDate implements java .io .Serializable {
2346
- private static final long serialVersionUID = -149378359852767471L ;
2345
+ static final class IDate {
2347
2346
2348
2347
int year , month , day ;
2349
2348
double hour ;
You can’t perform that action at this time.
0 commit comments