You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nemo.apache.org by GitBox <gi...@apache.org> on 2018/12/13 07:09:05 UTC

[GitHub] seojangho closed pull request #179: [NEMO-318] Make nemo.common.Cloneable extend java.lang.Cloneable

seojangho closed pull request #179: [NEMO-318] Make nemo.common.Cloneable extend java.lang.Cloneable
URL: https://github.com/apache/incubator-nemo/pull/179
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/common/src/main/java/org/apache/nemo/common/Cloneable.java b/common/src/main/java/org/apache/nemo/common/Cloneable.java
index f1c3eab41..5c32bfde8 100644
--- a/common/src/main/java/org/apache/nemo/common/Cloneable.java
+++ b/common/src/main/java/org/apache/nemo/common/Cloneable.java
@@ -29,7 +29,7 @@
  *
  * @param <T> the type of objects that this class can clone
  */
-public interface Cloneable<T extends Cloneable<T>> {
+public interface Cloneable<T extends java.lang.Cloneable> {
 
   /**
    * Creates and returns a copy of this object.


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services