Project

General

Profile

« Previous | Next » 

Revision 0fb3f8b8

Added by Leszek Koltunski about 2 months ago

  • ID 0fb3f8b81e9b8fca4a69030ce3b44f2973b35d64
  • Parent c6f467b1

Lint

View differences:

src/main/java/org/distorted/library/type/Dynamic2D.java
30 30

  
31 31
public class Dynamic2D extends Dynamic implements Data2D
32 32
  {
33
  private Vector<Static2D> vv;
33
  private final Vector<Static2D> vv;
34 34
  private Static2D prev, curr, next;
35 35

  
36 36
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff