[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:
Sebastian Zarnekow 2015-02-03 11:13:18 +01:00
parent 9cd67e9bef
commit b09b08c95c

View file

@ -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