1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

javadoc correction

This commit is contained in:
John Cortell 2009-09-08 15:29:56 +00:00
parent 3a1fa5bf5b
commit edda14615e

View file

@ -87,7 +87,7 @@ public class DsfPlugin extends Plugin {
} }
/** /**
* Returns a relative timestamp in the form "<seconds>,<milliseconds>". Each * Returns a relative timestamp in the form "seconds,milliseconds". Each
* segment is zero-padded to three digits, ensuring a consistent length of * segment is zero-padded to three digits, ensuring a consistent length of
* seven characters. The timestamp has no absolute meaning. It is merely the * seven characters. The timestamp has no absolute meaning. It is merely the
* elapsed time since January 1, 1970 UT truncated at 999 seconds. Do not * elapsed time since January 1, 1970 UT truncated at 999 seconds. Do not