blob: c418556f228bbca082f55dcf845c563c80686c39 [file] [log] [blame]
package org.apache.accumulo.testing.gcs;
public enum ItemState {
NEW, REFERENCED
}