From c16a2378f973ffa38a45713f394bf987065e4812 Mon Sep 17 00:00:00 2001 From: Tom Morris Date: Tue, 2 Aug 2011 22:18:50 +0000 Subject: [PATCH] Ask people not to reformat since this is imported code. git-svn-id: http://google-refine.googlecode.com/svn/trunk@2182 7d457c2a-affb-35e4-300a-418c747d4874 --- .../com/google/refine/clustering/binning/Metaphone3.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/main/src/com/google/refine/clustering/binning/Metaphone3.java b/main/src/com/google/refine/clustering/binning/Metaphone3.java index 366e8863e..3ed73ac38 100644 --- a/main/src/com/google/refine/clustering/binning/Metaphone3.java +++ b/main/src/com/google/refine/clustering/binning/Metaphone3.java @@ -32,7 +32,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* - * A request from the author: Please comment and sign any changes you make to the Metaphone 3 reference implementation. + * A request from the author: Please comment and sign any changes you make to + * the Metaphone 3 reference implementation. + *
+ * Please do NOT reformat this module to Google Refine's coding standard, + * but instead keep the original format so that it can be more easily compare + * to any modified fork of the original. */ /**