Project

General

Profile

« Previous | Next » 

Revision 13981586

Added by Leszek Koltunski over 5 years ago

Small things.

View differences:

src/main/java/org/distorted/library/main/DistortedMaster.java
33 33
public class DistortedMaster
34 34
  {
35 35
  private static ArrayList<Slave> mSlaves = new ArrayList<>();
36
/**
37
 * Not part of public API, do not document (public only because has to be used in PostprocessEffects)
38
 *
39
 * @y.exclude
40
 */
36

  
41 37
  public interface Slave
42 38
    {
43
    /**
44
     * Not part of public API, do not document
45
     * @y.exclude
46
     */
47 39
    void doWork();
48 40
    }
49 41

  
......
71 63
    }
72 64

  
73 65
///////////////////////////////////////////////////////////////////////////////////////////////////
74
/**
75
 * Not part of public API, do not document
76
 * @y.exclude
77
 */
66

  
78 67
  public static void newSlave(Slave s)
79 68
    {
80 69
    int num = mSlaves.size();

Also available in: Unified diff