Skip to content

Commit 91244ab

Browse files
committed
remove non-ASCII characters from comments
[git-p4: depot-paths = "//dev/main.cpp/": change = 109022]
1 parent 4b5fc69 commit 91244ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

include/public/coherence/io/pof/PofHelper.hpp

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* Copyright (c) 2000, 2020, Oracle and/or its affiliates.
2+
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
5-
* http://oss.oracle.com/licenses/upl.
5+
* https://oss.oracle.com/licenses/upl.
66
*/
77
#ifndef COH_POF_HELPER_HPP
88
#define COH_POF_HELPER_HPP
@@ -456,10 +456,10 @@ class COH_EXPORT PofHelper
456456
* Format a time using the simplest applicable of the following
457457
* formats:
458458
* <ol>
459-
* <li><tt>HH:MM±HH:MM</tt></li>
460-
* <li><tt>HH:MM:SS±HH:MM</tt></li>
461-
* <li><tt>HH:MM:SS.MMM±HH:MM</tt></li>
462-
* <li><tt>HH:MM:SS.NNNNNNNNN±HH:MM</tt></li>
459+
* <li><tt>HH:MM(+|-)HH:MM</tt></li>
460+
* <li><tt>HH:MM:SS(+|-)HH:MM</tt></li>
461+
* <li><tt>HH:MM:SS.MMM(+|-)HH:MM</tt></li>
462+
* <li><tt>HH:MM:SS.NNNNNNNNN(+|-)HH:MM</tt></li>
463463
* </ol>
464464
*
465465
* @param nHour the hour number

0 commit comments

Comments
 (0)