From 035ef9e4b59864f4889e2b350be3a46249f489cf Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Tue, 20 Jun 2017 14:45:30 +0200
Subject: [PATCH] Minor modifications

Signed-off-by: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
---
 LibOneM2M/OneM2M_Functions.ttcn | 10 +++++-----
 LibOneM2M/OneM2M_Templates.ttcn |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/LibOneM2M/OneM2M_Functions.ttcn b/LibOneM2M/OneM2M_Functions.ttcn
index a1c1398..bacfc84 100644
--- a/LibOneM2M/OneM2M_Functions.ttcn
+++ b/LibOneM2M/OneM2M_Functions.ttcn
@@ -7,7 +7,7 @@
  *  
  *  @author     oneM2M
  *  @version    $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Functions.ttcn $
- *              $Id: OneM2M_Functions.ttcn 298 2017-06-14 07:11:13Z reinaortega $
+ *              $Id: OneM2M_Functions.ttcn 299 2017-06-20 12:36:36Z reinaortega $
  *  @desc       Module containing functions for oneM2M
  *
  */
@@ -868,10 +868,10 @@ module OneM2M_Functions {
     	
     		} //end f_cse_notifyProcedure
     		
-    		/**
-    		 * @desc It determines whether the addressing method of the given address is non-hierarchical. Not valid for CSE-Base as target
-    		 * @param p_resourceAddress
-    		 * @return boolean
+    		/**
+    		 * @desc It determines whether the addressing method of the given address is non-hierarchical. Not valid for CSE-Base as target
+    		 * @param p_resourceAddress
+    		 * @return boolean
     		 */
     		function f_isNonHierarchical(XSD.ID p_resourceAddress) runs on Tester return boolean {	
     			var integer i;
diff --git a/LibOneM2M/OneM2M_Templates.ttcn b/LibOneM2M/OneM2M_Templates.ttcn
index 6f9cf92..1e3f118 100644
--- a/LibOneM2M/OneM2M_Templates.ttcn
+++ b/LibOneM2M/OneM2M_Templates.ttcn
@@ -7,7 +7,7 @@
  *  
  *  @author     oneM2M
  *  @version    $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Templates.ttcn $
- *              $Id: OneM2M_Templates.ttcn 298 2017-06-14 07:11:13Z reinaortega $
+ *              $Id: OneM2M_Templates.ttcn 299 2017-06-20 12:36:36Z reinaortega $
  *  @desc       Module containing templates for oneM2M
  *
  */
-- 
GitLab