~smaioli/azureus/ubuntu-experimental

« back to all changes in this revision

Viewing changes to com/aelitis/azureus/vivaldi/ver2/StableLocalPosition.java

MergedĀ VuzeĀ 4.2.0.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package com.aelitis.azureus.vivaldi.ver2;
 
2
 
 
3
 
 
4
import edu.harvard.syrah.nc.Coordinate;
 
5
 
 
6
class StableLocalPosition extends LocalPosition {
 
7
        
 
8
        protected StableLocalPosition(VivaldiV2PositionProvider _v2_provider) {
 
9
                super( _v2_provider );
 
10
        }
 
11
 
 
12
        public Coordinate getCoords() {
 
13
                return( getStableCoords());
 
14
        }
 
15
}