Project

General

Profile

« Previous | Next » 

Revision 30f337e5

Added by Leszek Koltunski about 2 months ago

  • ID 30f337e50a7d5d83c0419732cc2f896aeef67cee
  • Parent c31aa527

Lint

View differences:

src/main/java/org/distorted/examples/predeform/PredeformEffectList.java
27 27

  
28 28
public class PredeformEffectList
29 29
  {
30
  private static ArrayList<VertexEffect> mList = new ArrayList<>();
30
  private static final ArrayList<VertexEffect> mList = new ArrayList<>();
31 31

  
32 32
///////////////////////////////////////////////////////////////////////////////////////////////////
33 33

  

Also available in: Unified diff