Formatted code

This commit is contained in:
yueh
2015-12-24 02:03:16 +01:00
parent e94a0cfccf
commit c9e8a6e939
216 changed files with 1196 additions and 1187 deletions
@@ -67,7 +67,8 @@ public final class ForgeExportConfig implements ExportConfig
private final Configuration config;
/**
* Constructor using the configuration. Apparently there are some race conditions if constructing configurations on multiple file accesses
* Constructor using the configuration. Apparently there are some race conditions if constructing configurations on
* multiple file accesses
*
* @param config to be wrapped configuration.
*/
@@ -55,10 +55,12 @@ final class ModListChecker implements Checker<List<ModContainer>>
}
/**
* Compiles a list of all mods and their versions to a digest which is updated, if it differs from the config. This is used to elevate the need to export
* Compiles a list of all mods and their versions to a digest which is updated, if it differs from the config. This
* is used to elevate the need to export
* the csv once again, if no change was detected.
*
* @param modContainers all mods and their versions to check if a difference exists between the current instance and the previous instance
* @param modContainers all mods and their versions to check if a difference exists between the current instance and
* the previous instance
*
* @return CheckType.EQUAL if no change was detected
*/