You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AbstractReindeerTestUIWithLog.java 190B

123456789
  1. package com.vaadin.tests.components;
  2. import com.vaadin.annotations.Theme;
  3. @Theme("reindeer")
  4. public abstract class AbstractReindeerTestUIWithLog
  5. extends AbstractTestUIWithLog {
  6. }