Cleanup for Deprecated ActivityType (#2079)

* Cleanup for Deprecated ActivityType

* Rename ActivtyType class

* Use StandardActivityType
This commit is contained in:
Dave Fisher
2024-11-18 11:43:23 -08:00
committed by GitHub
parent a8ab07a1f5
commit 68b148575f
6 changed files with 13 additions and 19 deletions

View File

@@ -36,7 +36,7 @@ import java.util.function.Function;
import java.util.function.LongFunction;
/**
* <P>The DriverAdapter interface is expected to be the replacement
* <P>The DriverAdapter interface is the replacement
* for ActivityTypes. This interface takes a simpler
* approach. Specifically, all of the core logic which was being pasted into each
* driver type is centralized, and only the necessary interfaces