Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
regenerated
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
  • Loading branch information
cdietrich committed Jan 23, 2018
1 parent e25b523 commit 628d677
Showing 1 changed file with 1 addition and 5 deletions.
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2013 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2013, 2017 itemis AG (http://www.itemis.eu) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
Expand Down Expand Up @@ -254,7 +254,6 @@ public void testGetWorkspaceContent() {
Assert.fail();
} catch (final Throwable _t) {
if (_t instanceof IllegalArgumentException) {
final IllegalArgumentException e = (IllegalArgumentException)_t;
} else {
throw Exceptions.sneakyThrow(_t);
}
Expand All @@ -268,7 +267,6 @@ public void testGetWorkspaceContentAsSteam() {
Assert.fail();
} catch (final Throwable _t) {
if (_t instanceof IllegalArgumentException) {
final IllegalArgumentException e = (IllegalArgumentException)_t;
} else {
throw Exceptions.sneakyThrow(_t);
}
Expand All @@ -282,7 +280,6 @@ public void testSetWorkspaceContents() {
Assert.fail();
} catch (final Throwable _t) {
if (_t instanceof IllegalArgumentException) {
final IllegalArgumentException e = (IllegalArgumentException)_t;
} else {
throw Exceptions.sneakyThrow(_t);
}
Expand All @@ -298,7 +295,6 @@ public void testSetWorkspaceContentsAsStream() {
Assert.fail();
} catch (final Throwable _t) {
if (_t instanceof IllegalArgumentException) {
final IllegalArgumentException e = (IllegalArgumentException)_t;
} else {
throw Exceptions.sneakyThrow(_t);
}
Expand Down

0 comments on commit 628d677

Please sign in to comment.