Subversion Repositories DevTools

Rev

Rev 814 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
814 mhunt 1
package com.erggroup.buildtool.ripple;
2
 
3
/**int wrapper used for output parameters
4
 */
5
public class MutableInt
6
{
7
  /**
8
   * @attribute
9
   */
10
  public int value = 0;
11
}