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
/**String wrapper used for output parameters
4
 */
5
public class MutableString
6
{
7
  /**wrapped value
8
   * @attribute
9
   */
10
  public String value = new String("");
11
}