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 2018/01/04 22:20:10 UTC

[isis] branch dev/2.0.0/ISIS-1632-meta-annotations updated: ISIS-1756: adds @Deprecated annotation to IsisContext.testReset()

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

danhaywood pushed a commit to branch dev/2.0.0/ISIS-1632-meta-annotations
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/dev/2.0.0/ISIS-1632-meta-annotations by this push:
     new 16ac24d  ISIS-1756: adds @Deprecated annotation to IsisContext.testReset()
16ac24d is described below

commit 16ac24d8e1ed0ce3882d6054cf54f2565e903bb0
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>'].