Repository: reef Updated Branches: refs/heads/master b14c8cd81 -> 67fe83587
[REEF-1558] Mark Exceptions class Obsolete This change marks Exceptions class Obsolete to declare the intention to remove it and to discourage new usage. JIRA: [REEF-1558](https://issues.apache.org/jira/browse/REEF-1558) Pull request: This closes #1115 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/67fe8358 Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/67fe8358 Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/67fe8358 Branch: refs/heads/master Commit: 67fe835872a3248fead32e8d40b3aabf4893eae7 Parents: b14c8cd Author: Mariia Mykhailova <[email protected]> Authored: Wed Sep 7 17:56:26 2016 -0700 Committer: Markus Weimer <[email protected]> Committed: Wed Sep 7 18:21:52 2016 -0700 ---------------------------------------------------------------------- lang/cs/Org.Apache.REEF.Utilities/Diagnostics/Exceptions.cs | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/67fe8358/lang/cs/Org.Apache.REEF.Utilities/Diagnostics/Exceptions.cs ---------------------------------------------------------------------- diff --git a/lang/cs/Org.Apache.REEF.Utilities/Diagnostics/Exceptions.cs b/lang/cs/Org.Apache.REEF.Utilities/Diagnostics/Exceptions.cs index 912493d..dcf6366 100644 --- a/lang/cs/Org.Apache.REEF.Utilities/Diagnostics/Exceptions.cs +++ b/lang/cs/Org.Apache.REEF.Utilities/Diagnostics/Exceptions.cs @@ -24,6 +24,7 @@ using Org.Apache.REEF.Utilities.Attributes; namespace Org.Apache.REEF.Utilities.Diagnostics { [Private] + [Obsolete("TODO[JIRA REEF-1467] This class will be removed")] public static class Exceptions { #region methods
