From fa8eef0e8ef3328fcd652fb3e55174b8f63e0562 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 19 Jun 2022 16:07:10 -0400 Subject: [PATCH] nah... --- java/src/processing/mode/java/JavaBuild.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/src/processing/mode/java/JavaBuild.java b/java/src/processing/mode/java/JavaBuild.java index a27b1df06..417ec6d56 100644 --- a/java/src/processing/mode/java/JavaBuild.java +++ b/java/src/processing/mode/java/JavaBuild.java @@ -808,8 +808,8 @@ public class JavaBuild { String exportName = exportFile.getName(); if (!exportFile.exists()) { System.err.println(exportFile.getName() + - " is mentioned in export.txt, but it's " + - "a big fat lie and does not exist."); + " is mentioned in export.txt," + + " but it does not exist."); } else if (exportFile.isDirectory()) { Util.copyDir(exportFile, new File(jarFolder, exportName));