You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2017/10/26 23:03:25 UTC

[isis] branch dev/2.0.0/ISIS-1742-remove-deprecations updated: ISIS-1756: adds @Deprecated annotation to IsisContext.testReset()

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

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


The following commit(s) were added to refs/heads/dev/2.0.0/ISIS-1742-remove-deprecations by this push:
     new 0c4dccf  ISIS-1756: adds @Deprecated annotation to IsisContext.testReset()
0c4dccf is described below

commit 0c4dccf92d43fe18d8dd6facd5978fa43039bcef
Author: Andi Huber <ho...@gmx.at>
AuthorDate: Fri Oct 27 01:03:23 2017 +0200

    ISIS-1756: adds @Deprecated annotation to IsisContext.testReset()
---
 .../java/org/apache/isis/core/runtime/system/context/IsisContext.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/runtime/src/main/java/org/apache/isis/core/runtime/system/context/IsisContext.java b/core/runtime/src/main/java/org/apache/isis/core/runtime/system/context/IsisContext.java
index 55cc5bd..dd63f0f 100644
--- a/core/runtime/src/main/java/org/apache/isis/core/runtime/system/context/IsisContext.java
+++ b/core/runtime/src/main/java/org/apache/isis/core/runtime/system/context/IsisContext.java
@@ -78,6 +78,7 @@ public final class IsisContext {
      * @deprecated replaced by {@link #destroy()}
      * 
      */
+    @Deprecated
     public static void testReset() {
     	destroy();
     }

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