Skip to content

Commit

Permalink
Added @beta
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed May 16, 2024
1 parent b88e932 commit d10ede9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
import org.junit.Assert;
import org.junit.Before;

import com.google.common.annotations.Beta;
import com.google.common.base.Joiner;
import com.google.common.collect.Lists;
import com.google.inject.Guice;
Expand All @@ -65,6 +66,7 @@
* @author Sven Efftinge - Initial contribution and API
* @since 2.35
*/
@Beta
public abstract class AbstractXtextTests extends Assert {

private Injector injector;
Expand Down

0 comments on commit d10ede9

Please sign in to comment.