Merge pull request #1415 from eclipse/cd_regen

regen xtend code
This commit is contained in:
Christian Dietrich 2020-03-06 08:42:17 +01:00 committed by GitHub
commit 0fd063d73b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -15,5 +15,6 @@ import org.eclipse.xtext.util.internal.EmfAdaptableProcessor;
* @author Sven Efftinge - Initial contribution and API
*/
@Active(EmfAdaptableProcessor.class)
@SuppressWarnings("all")
public @interface EmfAdaptable {
}

View file

@ -17,5 +17,6 @@ import org.eclipse.xtext.util.internal.LogProcessor;
@Beta
@Target(ElementType.TYPE)
@Active(LogProcessor.class)
@SuppressWarnings("all")
public @interface Log {
}