You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by as...@apache.org on 2020/10/22 07:37:31 UTC

[mesos] branch 1.11.x updated: Fixed javadoc error `type arguments not allowed here`.

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

asekretenko pushed a commit to branch 1.11.x
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/1.11.x by this push:
     new cb6cfe9  Fixed javadoc error `type arguments not allowed here`.
cb6cfe9 is described below

commit cb6cfe9b122d1b60a8264b28b6abb38a3c8417b4
Author: Andrei Sekretenko <as...@apache.org>
AuthorDate: Wed Oct 21 21:52:49 2020 +0200

    Fixed javadoc error `type arguments not allowed here`.
    
    This fixes a javadoc build failure introduced by
    c28fd3a93e0d9d9a868aec2380abd1dd338304ef that has been occurring
    on platforms that use older versions of javadoc.
---
 src/java/src/org/apache/mesos/MesosSchedulerDriver.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/java/src/org/apache/mesos/MesosSchedulerDriver.java b/src/java/src/org/apache/mesos/MesosSchedulerDriver.java
index 9be0ec1..5bde34d 100644
--- a/src/java/src/org/apache/mesos/MesosSchedulerDriver.java
+++ b/src/java/src/org/apache/mesos/MesosSchedulerDriver.java
@@ -410,7 +410,7 @@ public class MesosSchedulerDriver implements SchedulerDriver {
 
   /**
    * @deprecated Replaced by
-   * {@link #updateFramework(FrameworkInfo, Collection<String>, OfferConstraints)}
+   * {@link #updateFramework(FrameworkInfo, Collection, OfferConstraints)}
    *
    * NOTE: The underlying JNI method exists only to maintain compatibility
    * of newer versions of libmesos-java.so with older versions of mesos.jar