summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2017-09-20 21:22:43 +0200
committerGitHub <noreply@github.com>2017-09-20 21:22:43 +0200
commitaaf3e48ef7510d901e078357e15f700494942139 (patch)
tree3cd3e31ca553f5331b2df196547b156da62aa27c /vespajlib
parentd3cac7e15077ef88176c650f80ad4a0558779cff (diff)
parentc2c852b5a76668ef3c165a7cb4802f683314bd2e (diff)
Merge pull request #3474 from vespa-engine/bratseth/nonfunctional-changes-5
Nonfunctional changes only
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/src/main/java/com/yahoo/text/Lowercase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/text/Lowercase.java b/vespajlib/src/main/java/com/yahoo/text/Lowercase.java
index 61efcd6a683..2ee88ebe5cb 100644
--- a/vespajlib/src/main/java/com/yahoo/text/Lowercase.java
+++ b/vespajlib/src/main/java/com/yahoo/text/Lowercase.java
@@ -8,7 +8,7 @@ import java.util.Locale;
* which is not to be handled as natural language data, e.g. field names or
* configuration paramaters.
*
- * @author <a href="mailto:steinar@yahoo-inc.com">Steinar Knutsen</a>
+ * @author Steinar Knutsen
*/
public final class Lowercase {