You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by ab...@apache.org on 2019/04/26 10:25:00 UTC

[cayenne] branch master updated: Add comment to ROPServerModule

This is an automated email from the ASF dual-hosted git repository.

abulatski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new bd427e3  Add comment to ROPServerModule
bd427e3 is described below

commit bd427e31bd0df375e1d179ef4d4ac5d635cad8e6
Author: Arseni Bulatski <an...@gmail.com>
AuthorDate: Fri Apr 26 13:23:47 2019 +0300

    Add comment to ROPServerModule
---
 .../org/apache/cayenne/configuration/rop/server/ROPServerModule.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cayenne-rop-server/src/main/java/org/apache/cayenne/configuration/rop/server/ROPServerModule.java b/cayenne-rop-server/src/main/java/org/apache/cayenne/configuration/rop/server/ROPServerModule.java
index e883758..df2955b 100644
--- a/cayenne-rop-server/src/main/java/org/apache/cayenne/configuration/rop/server/ROPServerModule.java
+++ b/cayenne-rop-server/src/main/java/org/apache/cayenne/configuration/rop/server/ROPServerModule.java
@@ -51,6 +51,8 @@ public class ROPServerModule implements Module {
     /**
      * @deprecated since 4.2 ROPServerModule became autoloaded.
      * You need to contribute eventBridgeProperties yourself.
+     * Use {@link #contributeROPBridgeProperties(Binder)} to
+     * contribute properties.
      */
     @Deprecated
     public ROPServerModule(Map<String, String> eventBridgeProperties) {