mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 10:51:04 +02:00
Move meter manager implementation out of incubator
Change-Id: Ide0905c55e0584361fe37c3c5e16c697533eb9f9
This commit is contained in:
parent
0a44fde0fc
commit
ebdd4850e5
@ -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;
|
@ -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;
|
@ -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;
|
Loading…
x
Reference in New Issue
Block a user