Merge 1.0.0 changes back to master.

This commit is contained in:
Nick Couchman
2018-09-29 16:50:32 -04:00
16 changed files with 46 additions and 45 deletions

View File

@@ -85,6 +85,7 @@ public class SimpleDirectory<ObjectType extends Identifiable>
* @param objects
* The objects that should be present in this directory.
*/
@SafeVarargs
public SimpleDirectory(ObjectType... objects) {
this(Arrays.asList(objects));
}