[PATCH 08 of 10] Use full stop in doc. This fixes my syntax highlight :)
Wald Commits
scm-commit at wald.intevation.org
Mon Jul 29 09:25:59 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1375082792 -7200
# Node ID c6c3a2a26a339dd622125976b84eb670042893d6
# Parent 252806ee7dd14da38a61ca795b36889abaeb8226
Use full stop in doc. This fixes my syntax highlight :) .
diff -r 252806ee7dd1 -r c6c3a2a26a33 artifacts/src/main/java/org/dive4elements/river/utils/Formatter.java
--- a/artifacts/src/main/java/org/dive4elements/river/utils/Formatter.java Mon Jul 29 09:25:04 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/utils/Formatter.java Mon Jul 29 09:26:32 2013 +0200
@@ -135,7 +135,7 @@
}
/**
- * Returns a formatter in engineering notation
+ * Returns a formatter in engineering notation.
*/
public static NumberFormat getEngFormatter(CallContext c) {
NumberFormat nf = getRawFormatter(c);
@@ -147,7 +147,7 @@
}
/**
- * Returns a number formatter that uses an exponent after max digits
+ * Returns a number formatter that uses an exponent after max digits.
*/
public static NumberFormat getScientificFormater(CallContext c, int min, int max) {
NumberFormat nf = getRawFormatter(c);
More information about the Dive4elements-commits
mailing list