mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
[xbase][compiler] Support Java8 bytecode in SDEInstaller
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=458935 Change-Id: I9e397ea2865e7fd91325b43358bf63e10f3a5627
This commit is contained in:
parent
9cd67e9bef
commit
b09b08c95c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import com.google.common.annotations.Beta;
|
|||
* Annotate a method with {@code Flaky} to mark it as occasionally failing.
|
||||
*
|
||||
* If the test class defines a {@code @Rule Flaky.Rule} (a public, non-static, initialized field),
|
||||
* it will try to execture a flaky tests more than once if it failed. By default,
|
||||
* it will try to execute a flaky tests more than once if it failed. By default,
|
||||
* three executions are tried.
|
||||
*
|
||||
* @author Sebastian Zarnekow - Initial contribution and API
|
||||
|
|
Loading…
Reference in a new issue