[epilogue] Add missing docs (#6844)

This commit is contained in:
Tyler Veness
2024-07-16 20:20:22 -07:00
committed by GitHub
parent e5b7cf4c76
commit f62a055608
4 changed files with 12 additions and 0 deletions

View File

@@ -40,4 +40,7 @@ public class EpilogueConfiguration {
* string.
*/
public String root = "Robot";
/** Default constructor. */
public EpilogueConfiguration() {}
}