Drive-by: Nix unused variable that's been hanging out since 2006.
The use of this variable has been commented out since this code became a git repo in 2006. Crazy.
This commit is contained in:
@@ -261,8 +261,8 @@ public class ColorPository implements Serializable
|
|||||||
", offsets=" + StringUtil.toString(offsets) + ", starter=" + starter + "]";
|
", offsets=" + StringUtil.toString(offsets) + ", starter=" + starter + "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Our data represented as a colorization. */
|
// /** Our data represented as a colorization. */
|
||||||
protected transient Colorization _zation;
|
// protected transient Colorization _zation;
|
||||||
|
|
||||||
/** Increase this value when object's serialized state is impacted
|
/** Increase this value when object's serialized state is impacted
|
||||||
* by a class change (modification of fields, inheritance). */
|
* by a class change (modification of fields, inheritance). */
|
||||||
|
|||||||
Reference in New Issue
Block a user