diff src/org/tmatesoft/hg/internal/Patch.java @ 419:7f136a3fa671

Clean javadoc to fix obvious warnings
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 22 Mar 2012 21:36:41 +0100
parents 9747a786a34d
children 6c22bdc0bdfd
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/Patch.java	Thu Mar 22 21:02:20 2012 +0100
+++ b/src/org/tmatesoft/hg/internal/Patch.java	Thu Mar 22 21:36:41 2012 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011 TMate Software Ltd
+ * Copyright (c) 2011-2012 TMate Software Ltd
  *  
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +21,8 @@
 import java.util.Formatter;
 
 /**
- * @see http://mercurial.selenic.com/wiki/BundleFormat, in Changelog group description
+ * @see http://mercurial.selenic.com/wiki/BundleFormat
+ * in Changelog group description
  * 
  * range [start..end] in original source gets replaced with data of length (do not keep, use data.length instead)
  * range [end(i)..start(i+1)] is copied from the source