Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/HHS/ASPR-ms-gcm-taskit into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
bischoffz committed Nov 28, 2023
2 parents 48c7465 + 2a5cf53 commit c1deb09
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 25 deletions.
12 changes: 0 additions & 12 deletions protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,18 +374,6 @@
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<doclint>all,-missing</doclint>
<additionalDependencies>
<additionalDependency>
<groupId>gov.hhs.aspr.ms</groupId>
<artifactId>util</artifactId>
<version>${util.version}</version>
</additionalDependency>
<additionalDependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit-jupiter-engine.version}</version>
</additionalDependency>
</additionalDependencies>
<author>false</author>
<additionalJOptions>
<additionalJOption>-Xmaxerrs</additionalJOption>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* Translator for Nucleus
* <li>Using this Translator will add all the necessary TanslationSpecs needed
* Using this Translator will add all the necessary TanslationSpecs needed
* to read and write the classes within Nucleus
*/
public class NucleusTranslator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/**
* Translator for the GlobalProperties Plugin.
* <li>Using this Translator will add all the necessary TanslationSpecs needed
* Using this Translator will add all the necessary TanslationSpecs needed
* to read and write GlobalPropertiesPluginData
*/
public class GlobalPropertiesTranslator {
Expand Down Expand Up @@ -62,7 +62,7 @@ private static Translator.Builder builder() {
/**
* Returns a GlobalPropertiesTranslator that includes TranslationSpecs for the
* GlobalPropertiesPluginData.
* <li>Equivalent to calling builder(false).build()
* Equivalent to calling builder(false).build()
*/
public static Translator getTranslator() {
return builder().build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/**
* Translator for the Groups Plugin.
* <li>Using this Translator will add all the necessary TanslationSpecs needed
* Using this Translator will add all the necessary TanslationSpecs needed
* to read and write GroupsPluginData
*/
public class GroupsTranslator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

/**
* Translator for the Materials Plugin.
* <li>Using this Translator will add all the necessary TanslationSpecs needed
* Using this Translator will add all the necessary TanslationSpecs needed
* to read and write MaterialsPluginData
*/
public class MaterialsTranslator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/**
* Translator for the Partitions Plugin.
* <li>Using this Translator will add all the necessary TanslationSpecs needed
* Using this Translator will add all the necessary TanslationSpecs needed
* to read and write PartitionsPluginData
*/
public class PartitionsTranslator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* Translator for the People Plugin.
* <li>Using this Translator will add all the necessary TanslationSpecs needed
* Using this Translator will add all the necessary TanslationSpecs needed
* to read and write PeoplePluginData
*/
public class PeopleTranslator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

/**
* Translator for the PersonProperties Plugin.
* <li>Using this Translator will add all the necessary TanslationSpecs needed
* Using this Translator will add all the necessary TanslationSpecs needed
* to read and write PersonPropertiesPluginData
*/
public class PersonPropertiesTranslator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* Translator for the Properties Plugin.
* <li>Using this Translator will add all the necessary TanslationSpecs needed
* Using this Translator will add all the necessary TanslationSpecs needed
* to read and write PropertiesPlugin (PropertyDefiniton, TimeTrackingPolicy)
*/
public class PropertiesTranslator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

/**
* Translator for the Regions Plugin.
* <li>Using this Translator will add all the necessary TanslationSpecs needed
* Using this Translator will add all the necessary TanslationSpecs needed
* to read and write RegionsPlugin
*/
public class RegionsTranslator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/**
* Translator for the Reports Plugin.
* <li>Using this Translator will add all the necessary TanslationSpecs needed
* Using this Translator will add all the necessary TanslationSpecs needed
* to read and write ReportsPlugin
*/
public class ReportsTranslator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/**
* Translator for the Resources Plugin.
* <li>Using this Translator will add all the necessary TanslationSpecs needed
* Using this Translator will add all the necessary TanslationSpecs needed
* to read and write ResourcesPlugin
*/
public class ResourcesTranslator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* Translator for the Stochastics Plugin.
* <li>Using this Translator will add all the necessary TanslationSpecs needed
* Using this Translator will add all the necessary TanslationSpecs needed
* to read and write StochasticsPlugin
*/
public class StochasticsTranslator {
Expand Down

0 comments on commit c1deb09

Please sign in to comment.