Disable Scheduler by feature toggle FLAG_GUILIN_CHANGEMG_SUBMIT_TO_SO
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / services / detailsService.js
index 044b5b9..a2e20e4 100755 (executable)
@@ -2,7 +2,7 @@
  * ============LICENSE_START=======================================================\r
  * VID\r
  * ================================================================================\r
- * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.\r
+ * Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.\r
  * ================================================================================\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -113,8 +113,8 @@ var DetailsService = function ($log, DataService, ComponentService, COMPONENT,
         getSummaryList: getSummaryList,\r
         getDetailsList: getDetailsList,\r
         getMsoFilterString: getMsoFilterString\r
-    }\r
-}\r
+    };\r
+};\r
 \r
 appDS2.factory("DetailsService", ["$log", "DataService", "ComponentService",\r
     "COMPONENT", "FIELD", "UtilityService", DetailsService]);\r