Formatted code
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user