javadoc cleanup after review

This commit is contained in:
zzz
2010-03-15 14:34:25 +00:00
parent 9df87ba167
commit 52e2aaa20d
11 changed files with 27 additions and 18 deletions

View File

@ -404,6 +404,8 @@ D8usM7Dxp5yrDrCYZ5AIijc=
*
* @return The version string read, or an empty string if no version string
* is present.
*
* @since 0.7.12
*/
public static String getVersionString(InputStream inputStream) {
try {
@ -492,6 +494,8 @@ D8usM7Dxp5yrDrCYZ5AIijc=
*
* @return <code>null</code> if the
* data was moved, and an error <code>String</code> otherwise.
*
* @since 0.7.12
*/
public String migrateFile(File signedFile, File outputFile) {
if (!signedFile.exists())

View File

@ -252,6 +252,8 @@ public class Timestamper implements Runnable {
/**
* Notify the listeners
*
* @since stratum param added in 0.7.12
*/
private void stampTime(long now, int stratum) {
long before = _context.clock().now();