summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/tensor/serialization/TypedBinaryFormat.java
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2016-06-17 09:32:24 +0200
committerGeir Storli <geirst@yahoo-inc.com>2016-06-17 09:35:01 +0200
commitf1cd011656f2240ad401c24b63d5532ced3b73e2 (patch)
tree5da512f767805eca6a762ba7bf94797d4c4b0b10 /vespajlib/src/main/java/com/yahoo/tensor/serialization/TypedBinaryFormat.java
parente693aecea5aea0a85035b2676c232bef8d306e6a (diff)
Use github user name in author tags.
Diffstat (limited to 'vespajlib/src/main/java/com/yahoo/tensor/serialization/TypedBinaryFormat.java')
-rw-r--r--vespajlib/src/main/java/com/yahoo/tensor/serialization/TypedBinaryFormat.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/tensor/serialization/TypedBinaryFormat.java b/vespajlib/src/main/java/com/yahoo/tensor/serialization/TypedBinaryFormat.java
index cdd26a11ac2..9e2c0b5a63f 100644
--- a/vespajlib/src/main/java/com/yahoo/tensor/serialization/TypedBinaryFormat.java
+++ b/vespajlib/src/main/java/com/yahoo/tensor/serialization/TypedBinaryFormat.java
@@ -12,7 +12,7 @@ import com.yahoo.tensor.Tensor;
* The actual binary format used is not a concern for the client and
* is hidden in this class and in the binary data.
*
- * @author <a href="mailto:geirst@yahoo-inc.com">Geir Storli</a>
+ * @author geirst
*/
@Beta
public class TypedBinaryFormat {