ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Revision Graph
|
Root Listing
root
/
i-scream
/
projects
/
cms
/
source
/
reports
/
DBReporter2
/
PairData.java
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
Comparing projects/cms/source/reports/DBReporter2/PairData.java (file contents):
Revision
1.1
by
pjm2
, Sat Feb 3 14:56:14 2001 UTC vs.
Revision
1.2
by
pjm2
, Sat Feb 3 17:26:07 2001 UTC
#
Line 1
|
Line 1
1
+
// Used to store our pairs of data. Lower overhead that Point2D.
2
public class PairData {
3
4
public PairData(double x, double y) {
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines
>
Changed lines