Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Script Examples/JavaScript/AccessibleFromAutomationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ logInfo(" activate "+__LINE__, "State", State);
logInfo(" activate "+__LINE__, "Command", Command);
//logInfo(" activate "+__LINE__, "DateTime", DateTime);
logInfo(" activate "+__LINE__, "LocalTime", LocalTime);
logInfo(" activate "+__LINE__, "StringUtils", StringUtils);
logInfo(" activate "+__LINE__, "URLEncoder", URLEncoder);
logInfo(" activate "+__LINE__, "FileUtils", FileUtils);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to make sure it will be working after openhab/openhab-core#1441 has been merged you should replace other org.apache.commons libs too:

Remove:

  • FileUtils
  • FilenameUtils

Add:

  • java.nio.file.Files
  • java.nio.file.Path
  • java.nio.file.Paths

logInfo(" activate "+__LINE__, "FilenameUtils", FilenameUtils);
Expand Down