This commit is contained in:
Martin Lippert
2024-04-22 09:34:03 +02:00
parent 765aaef063
commit 4e73ce69cc

View File

@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2016, 2017 Pivotal, Inc.
* Copyright (c) 2016, 2024 Pivotal, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -18,7 +18,7 @@ import java.util.Optional;
import java.util.stream.Stream;
/**
* Utilitity methods for working with files
* Utility methods for working with files
*
* @author Kris De Volder
* @author Alex Boyko