Project

General

Profile

« Previous | Next » 

Revision 39cbf9dc

Added by Leszek Koltunski almost 8 years ago

Minor: deal with IntelliJ warnings

View differences:

src/main/java/org/distorted/library/Distorted.java
36 36
 * A singleton class used to control various global settings.
37 37
 */
38 38
public class Distorted 
39
{
39
  {
40 40
  /**
41 41
   * When creating an instance of a DistortedObject from another instance, do not clone anything.
42 42
   * Used in the copy constructor.
......
496 496
    {
497 497
    return EffectQueue.setMax(EffectTypes.FRAGMENT.ordinal(),max);
498 498
    }
499

  
500
///////////////////////////////////////////////////////////////////////////////////////////////////
501
//end of file  
502
}
499
  }

Also available in: Unified diff