X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=plugins%2Fnet.mograsim.plugin.core%2Fsrc%2Fnet%2Fmograsim%2Fplugin%2Fnature%2FMachineContextStatus.java;h=6adf912ff3c28f18bf6f5912deb13edc0e2de169;hb=161ecd36b6dcfe0e38cee3fd6ea8ad42d0705777;hp=37c50a3bc0cbaa2e95aee5fedc79429fa2078242;hpb=500771048185ce356aed280970f5ff0f4473a146;p=Mograsim.git diff --git a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/nature/MachineContextStatus.java b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/nature/MachineContextStatus.java index 37c50a3b..6adf912f 100644 --- a/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/nature/MachineContextStatus.java +++ b/plugins/net.mograsim.plugin.core/src/net/mograsim/plugin/nature/MachineContextStatus.java @@ -5,14 +5,16 @@ public enum MachineContextStatus /** * A machine is currently associated and maybe running. */ + @Deprecated(forRemoval = true) ACTIVE, /** * A machine is currently associated and maybe running, but its ID does not match the current definition. */ + @Deprecated(forRemoval = true) ACTIVE_CHANGED, /** - * The project can be actively used. The project must exist, be currently valid (uses a machine id that is known to Mograsim at - * runtime) and opened. + * The project can be actively used. The project must exist, be currently valid (uses a machine id that is known to Mograsim at runtime) + * and opened. */ READY, /**