Skip to content

Commit

Permalink
Restore Path annotation in DeviceManagementOperations REST APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Mezzasalma authored and Coduz committed Aug 28, 2020
1 parent 15510c6 commit 8f74c28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2018, 2019 Eurotech and/or its affiliates and others
* Copyright (c) 2018, 2020 Eurotech and/or its affiliates and others
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down Expand Up @@ -40,7 +40,7 @@
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;

//@Path("{scopeId}/devices/{deviceId}/operations/{operationId}/notifications")
@Path("{scopeId}/devices/{deviceId}/operations/{operationId}/notifications")
public class DeviceManagementOperationNotifications extends AbstractKapuaResource {

private final KapuaLocator locator = KapuaLocator.getInstance();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2018, 2019 Eurotech and/or its affiliates and others
* Copyright (c) 2018, 2020 Eurotech and/or its affiliates and others
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down Expand Up @@ -41,7 +41,7 @@
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;

//@Path("{scopeId}/devices/{deviceId}/operations")
@Path("{scopeId}/devices/{deviceId}/operations")
public class DeviceManagementOperations extends AbstractKapuaResource {

private final KapuaLocator locator = KapuaLocator.getInstance();
Expand Down

0 comments on commit 8f74c28

Please sign in to comment.