minor adjustment that was annoying me
This commit is contained in:
@@ -119,7 +119,6 @@ public class DataPointUtil
|
||||
|
||||
public static short getDepth(long dataPoint)
|
||||
{
|
||||
|
||||
return (short) ((dataPoint >>> DEPTH_SHIFT) & DEPTH_MASK);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user