summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2018-10-03 21:00:15 +0200
committerHarald Musum <musum@oath.com>2018-10-03 22:05:27 +0200
commitba8f907a02e84411e9a16326d357c06ccb6517cc (patch)
tree035de2d29a2a2118c8d5cfdbe8c86841562d8d5a /vespajlib
parent9446df9277dec1343b78b6f2369e08b5eed3d843 (diff)
Use full name
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/src/main/java/com/yahoo/transaction/Transaction.java2
-rw-r--r--vespajlib/src/test/java/com/yahoo/net/HostNameTestCase.java2
-rw-r--r--vespajlib/src/test/java/com/yahoo/path/PathTest.java2
3 files changed, 3 insertions, 3 deletions
diff --git a/vespajlib/src/main/java/com/yahoo/transaction/Transaction.java b/vespajlib/src/main/java/com/yahoo/transaction/Transaction.java
index 11ef35474bb..f95bbaf93b0 100644
--- a/vespajlib/src/main/java/com/yahoo/transaction/Transaction.java
+++ b/vespajlib/src/main/java/com/yahoo/transaction/Transaction.java
@@ -10,7 +10,7 @@ import java.util.List;
* in the commit step or throw an exception if it fails.
* Operations are performed in the order they are added.
*
- * @author lulf
+ * @author Ulf Lilleengen
* @author bratseth
*/
public interface Transaction extends AutoCloseable {
diff --git a/vespajlib/src/test/java/com/yahoo/net/HostNameTestCase.java b/vespajlib/src/test/java/com/yahoo/net/HostNameTestCase.java
index d46e183a81e..ef7239b24d1 100644
--- a/vespajlib/src/test/java/com/yahoo/net/HostNameTestCase.java
+++ b/vespajlib/src/test/java/com/yahoo/net/HostNameTestCase.java
@@ -6,7 +6,7 @@ import org.junit.Test;
import static org.junit.Assert.assertFalse;
/**
- * @author lulf
+ * @author Ulf Lilleengen
*/
public class HostNameTestCase {
diff --git a/vespajlib/src/test/java/com/yahoo/path/PathTest.java b/vespajlib/src/test/java/com/yahoo/path/PathTest.java
index b3a7873b973..a9e4e78e190 100644
--- a/vespajlib/src/test/java/com/yahoo/path/PathTest.java
+++ b/vespajlib/src/test/java/com/yahoo/path/PathTest.java
@@ -9,7 +9,7 @@ import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
/**
- * @author lulf
+ * @author Ulf Lilleengen
* @since 5.1
*/
public class PathTest {