diag is diag-attic and diag is now a DriverAdapter, long live diag

This commit is contained in:
Jonathan Shook
2022-05-31 21:02:07 -05:00
parent 35d21347a3
commit eeb88bd459

View File

@@ -30,7 +30,7 @@ import org.apache.logging.log4j.Logger;
*
* Diag serves as a basic template for implementing your own activity type.
*/
@Service(value = ActivityType.class, selector = "diag")
@Service(value = ActivityType.class, selector = "diag-attic")
public class DiagActivityType implements ActivityType<DiagActivity> {
private static final Logger logger = LogManager.getLogger(DiagActivityType.class);