mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Upgrade lastnpe EEA to 2.4.0 (#4416)
For release notes, see: https://github.com/lastnpe/eclipse-null-eea-augments/releases/tag/v2.4.0 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
+3
-2
@@ -263,8 +263,9 @@ public abstract class AbstractFileTransformationService<T> implements Transforma
|
||||
*/
|
||||
protected String getLocalizedProposedFilename(String filename, final WatchService watchService) {
|
||||
final File file = new File(filename);
|
||||
if (file.getParent() != null) {
|
||||
watchSubDirectory(file.getParent(), watchService);
|
||||
final String parent = file.getParent();
|
||||
if (parent != null) {
|
||||
watchSubDirectory(parent, watchService);
|
||||
}
|
||||
|
||||
String sourcePath = getSourcePath();
|
||||
|
||||
Reference in New Issue
Block a user