You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/11/13 08:16:22 UTC

cayenne git commit: Fix javadoc

Repository: cayenne
Updated Branches:
  refs/heads/master a268083cc -> 1edb4ee4c


Fix javadoc


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/1edb4ee4
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/1edb4ee4
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/1edb4ee4

Branch: refs/heads/master
Commit: 1edb4ee4c2ed4fdace413f384975b5bc0177ec3f
Parents: a268083
Author: Nikita Timofeev <st...@gmail.com>
Authored: Tue Nov 13 11:16:18 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Tue Nov 13 11:16:18 2018 +0300

----------------------------------------------------------------------
 .../cayenne/configuration/rop/client/ClientJettyHttp2Module.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/1edb4ee4/cayenne-client-jetty/src/main/java/org/apache/cayenne/configuration/rop/client/ClientJettyHttp2Module.java
----------------------------------------------------------------------
diff --git a/cayenne-client-jetty/src/main/java/org/apache/cayenne/configuration/rop/client/ClientJettyHttp2Module.java b/cayenne-client-jetty/src/main/java/org/apache/cayenne/configuration/rop/client/ClientJettyHttp2Module.java
index 22a8751..aa461fd 100644
--- a/cayenne-client-jetty/src/main/java/org/apache/cayenne/configuration/rop/client/ClientJettyHttp2Module.java
+++ b/cayenne-client-jetty/src/main/java/org/apache/cayenne/configuration/rop/client/ClientJettyHttp2Module.java
@@ -19,7 +19,6 @@
 
 package org.apache.cayenne.configuration.rop.client;
 
-import org.apache.cayenne.configuration.Constants;
 import org.apache.cayenne.di.Binder;
 import org.apache.cayenne.di.Module;
 import org.apache.cayenne.remote.ClientConnection;
@@ -32,7 +31,7 @@ import org.apache.cayenne.rop.http.JettyHttpROPConnector;
  * This module uses {@link JettyHttpROPConnector} initialized by {@link JettyHttp2ClientConnectionProvider}
  * without ALPN by default.
  * <p>
- * In order to use it with ALPN you have to set {@link Constants#ROP_SERVICE_USE_ALPN_PROPERTY} to true
+ * In order to use it with ALPN you have to set {@link ClientConstants#ROP_SERVICE_USE_ALPN_PROPERTY} to true
  * and provide the alpn-boot-XXX.jar into the bootstrap classpath.
  */
 public class ClientJettyHttp2Module implements Module {