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/Dynamic5D.java
30 30

  
31 31
public class Dynamic5D extends Dynamic implements Data5D
32 32
  {
33
  private Vector<Static5D> vv;
33
  private final Vector<Static5D> vv;
34 34
  private Static5D prev, curr, next;
35 35

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

Also available in: Unified diff