We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87be0fa commit 5dccfe8Copy full SHA for 5dccfe8
unicodetools/src/main/java/org/unicode/jsp/RebuildPropertyCache.java
@@ -13,7 +13,7 @@ public class RebuildPropertyCache {
13
14
public static void main(String[] args) throws IOException {
15
final var binDir = new File(Settings.Output.BIN_DIR);
16
- if (false && binDir.exists()) {
+ if (binDir.exists()) {
17
final Queue<File> directories = new ArrayDeque<>();
18
final List<File> directoriesToDelete = new ArrayList<>();
19
final List<File> filesToDelete = new ArrayList<>();
0 commit comments