Commit 0f7703bb authored by tepelmann's avatar tepelmann
Browse files

Minor change in comment.

parent af7e2957
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -87,8 +87,8 @@ module LibItsCommon_Functions {
        } 
    
        /**
         * @desc    Gets the current time since 01/01/2014
         * @return  Timestamp - current time since 01/01/2014 in milliseconds
         * @desc    Gets the current time since 01/01/2004
         * @return  Timestamp - current time since 01/01/2004 in milliseconds
         */
        function f_getCurrentTime() return TimestampIts {
            var TimestampIts v_timeStamp := 0;