blob: 2039a1c9ce1b7ae17a65b21a838f68e23afc6052 [file] [log] [blame]
Madan Jampani12390c12014-11-12 00:35:56 -08001package org.onlab.onos.store.service;
2
3public enum ReadStatus {
4 OK,
5 NO_SUCH_TABLE
6}