You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/10/01 13:17:17 UTC

[isis] 10/10: ISIS-1742: deletes Command2 interface.

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

danhaywood pushed a commit to branch dev/2.0.0/ISIS-1742-remove-deprecations
in repository https://gitbox.apache.org/repos/asf/isis.git

commit f85d30cdf494dbccbeda9286a22a2128d3c28d14
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Sep 30 12:07:51 2017 +0200

    ISIS-1742: deletes Command2 interface.
---
 .../isis/applib/services/command/Command2.java     | 28 ----------------------
 .../isis/applib/services/command/Command3.java     |  2 +-
 2 files changed, 1 insertion(+), 29 deletions(-)

diff --git a/core/applib/src/main/java/org/apache/isis/applib/services/command/Command2.java b/core/applib/src/main/java/org/apache/isis/applib/services/command/Command2.java
deleted file mode 100644
index 8944e55..0000000
--- a/core/applib/src/main/java/org/apache/isis/applib/services/command/Command2.java
+++ /dev/null
@@ -1,28 +0,0 @@
-/**
- *  Licensed to the Apache Software Foundation (ASF) under one or more
- *  contributor license agreements.  See the NOTICE file distributed with
- *  this work for additional information regarding copyright ownership.
- *  The ASF licenses this file to You under the Apache License, Version 2.0
- *  (the "License"); you may not use this file except in compliance with
- *  the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- */
-package org.apache.isis.applib.services.command;
-
-import org.apache.isis.applib.services.iactn.InteractionContext;
-
-/**
- * @deprecated - the extensions to {@link Command} in this interface have been replaced by functionality in {@link InteractionContext}.
- */
-@Deprecated
-public interface Command2 extends Command {
-
-
-}
diff --git a/core/applib/src/main/java/org/apache/isis/applib/services/command/Command3.java b/core/applib/src/main/java/org/apache/isis/applib/services/command/Command3.java
index 4ccaa97..a7eeb79 100644
--- a/core/applib/src/main/java/org/apache/isis/applib/services/command/Command3.java
+++ b/core/applib/src/main/java/org/apache/isis/applib/services/command/Command3.java
@@ -26,7 +26,7 @@ import org.apache.isis.applib.services.iactn.InteractionContext;
  * @deprecated - the extensions to {@link Command} in this interface have been replaced by functionality in {@link InteractionContext}.
  */
 @Deprecated
-public interface Command3 extends Command2 {
+public interface Command3 extends Command {
 
     /**
      * @deprecated - use {@link Interaction#getCurrentExecution()}, {@link Interaction#getPriorExecution()}  and {@link Interaction#getExecutions()} instead.

-- 
To stop receiving notification emails like this one, please contact
"commits@isis.apache.org" <co...@isis.apache.org>.