Skip to content
Snippets Groups Projects
Commit bad764b9 authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-3543 : V3 AS API - improve context information in exceptions -...

SSDM-3543 : V3 AS API - improve context information in exceptions - ProgressStack iterator remove method

SVN: 36549
parent b40716d4
No related branches found
No related tags found
No related merge requests found
...@@ -60,8 +60,8 @@ class ProgressStack implements IProgressStack ...@@ -60,8 +60,8 @@ class ProgressStack implements IProgressStack
@Override @Override
public void remove() public void remove()
{ {
throw new UnsupportedOperationException();
} }
}; };
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment