Move meter manager implementation out of incubator

Change-Id: Ide0905c55e0584361fe37c3c5e16c697533eb9f9
This commit is contained in:
Ray Milkey 2017-10-18 16:19:28 -07:00
parent 0a44fde0fc
commit ebdd4850e5
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.onosproject.incubator.net.meter.impl; package org.onosproject.net.meter.impl;
import com.google.common.collect.Maps; import com.google.common.collect.Maps;
import org.apache.felix.scr.annotations.Activate; import org.apache.felix.scr.annotations.Activate;

View File

@ -17,4 +17,4 @@
/** /**
* Provides implementation of the meter service APIs. * Provides implementation of the meter service APIs.
*/ */
package org.onosproject.incubator.net.meter.impl; package org.onosproject.net.meter.impl;

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.onosproject.incubator.net.meter.impl; package org.onosproject.net.meter.impl;
import com.google.common.collect.Maps; import com.google.common.collect.Maps;
import com.google.common.collect.Sets; import com.google.common.collect.Sets;