summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Aune <kkraune@users.noreply.github.com>2017-10-02 11:42:02 +0200
committerGitHub <noreply@github.com>2017-10-02 11:42:02 +0200
commitf7545172a59fb08ea39d1342ebfd1f0ebf1b6a52 (patch)
tree3a0328b8181429d885e1619aa86c53747e3e9d57
parentc51cca11de7b4c2f3974d408028af7160edc9171 (diff)
parent6e23d039ed27ba142283efe277dd9a9877e52226 (diff)
Merge pull request #3608 from vespa-engine/bratseth/point-to-owners
Bratseth/point to owners
-rw-r--r--CONTRIBUTING.md5
-rw-r--r--jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/ConnectorFactory.java3
-rw-r--r--vespajlib/pom.xml2
3 files changed, 6 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8e95abfe059..f09a13ff8bf 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,7 +13,10 @@ we have a large acceptance and performance test suite which
is also run continuously. We plan to add this to the open source code base later.
All pull requests are reviewed by a member of the Vespa Committers team.
-If you want to become a committer, making some quality contributions is the way to start.
+You can find a suitable reviewer in the OWNERS file upward in the source tree from
+where you are making the change (the OWNERS have a special responsibility for
+ensuring the long-term integrity of a portion of the code).
+If you want to become a committer/OWNER making some quality contributions is the way to start.
## Versioning
Vespa uses semantic versioning - see
diff --git a/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/ConnectorFactory.java b/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/ConnectorFactory.java
index bcc48ed56ae..df029620181 100644
--- a/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/ConnectorFactory.java
+++ b/jdisc_http_service/src/main/java/com/yahoo/jdisc/http/server/jetty/ConnectorFactory.java
@@ -49,8 +49,7 @@ import static com.yahoo.jdisc.http.ConnectorConfig.Ssl.KeyStoreType.Enum.PEM;
import static com.yahoo.jdisc.http.server.jetty.Exceptions.throwUnchecked;
/**
- * @author <a href="mailto:einarmr@yahoo-inc.com">Einar M R Rosenvinge</a>
- * @since 5.21.0
+ * @author Einar M R Rosenvinge
*/
public class ConnectorFactory {
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index 27e8d4020ae..1f98a5e4c02 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -11,7 +11,7 @@
<packaging>container-plugin</packaging>
<version>6-SNAPSHOT</version>
<description>
- Library for use in Java components of Vespa. Shared code which did
+ Library for use in Java components of Vespa. Shared code which do
not fit anywhere else.
</description>