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 + "]";
|
||||
}
|
||||
|
||||
/** Our data represented as a colorization. */
|
||||
protected transient Colorization _zation;
|
||||
// /** Our data represented as a colorization. */
|
||||
// protected transient Colorization _zation;
|
||||
|
||||
/** Increase this value when object's serialized state is impacted
|
||||
* by a class change (modification of fields, inheritance). */
|
||||
|
||||
Reference in New Issue
Block a user