You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/save-and-restore/src/main/java/org/phoebus/service/saveandrestore/web/config/WebConfiguration.java
Copy file name to clipboardExpand all lines: services/save-and-restore/src/main/java/org/phoebus/service/saveandrestore/web/controllers/BaseController.java
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@
33
33
/**
34
34
* Base controller that should be extended to make sure exceptions are handled
35
35
* properly, i.e. make the service return suitable HTTP status codes.
36
+
*
36
37
* @author georgweiss
37
38
* Created 23 Nov 2018
38
39
*/
@@ -44,6 +45,9 @@ public abstract class BaseController {
Copy file name to clipboardExpand all lines: services/save-and-restore/src/main/java/org/phoebus/service/saveandrestore/web/controllers/SnapshotRestoreController.java
Copy file name to clipboardExpand all lines: services/save-and-restore/src/main/java/org/phoebus/service/saveandrestore/web/controllers/TakeSnapshotController.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ public List<SnapshotItem> takeSnapshot(@PathVariable String configNodeId) {
0 commit comments