aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2004-01-12 11:37:20 +0000
committerjhugunin <jhugunin>2004-01-12 11:37:20 +0000
commita4a12342a16145ee4ac835c77827d8e16f6078cb (patch)
treede0584fb2f9a9f8e61b7c58dd34f36e423afaa1e /util
parentaa9b8df028b35a921025c4b9922f225dd26090e0 (diff)
downloadaspectj-a4a12342a16145ee4ac835c77827d8e16f6078cb.tar.gz
aspectj-a4a12342a16145ee4ac835c77827d8e16f6078cb.zip
Fix for: Bugzilla Bug 49814
ConfigParser.java:132
Diffstat (limited to 'util')
-rw-r--r--util/src/org/aspectj/util/ConfigParser.java11
1 files changed, 6 insertions, 5 deletions
diff --git a/util/src/org/aspectj/util/ConfigParser.java b/util/src/org/aspectj/util/ConfigParser.java
index 36ed31edc..59ce90b94 100644
--- a/util/src/org/aspectj/util/ConfigParser.java
+++ b/util/src/org/aspectj/util/ConfigParser.java
@@ -126,15 +126,16 @@ public class ConfigParser {
if (!dir.isDirectory()) {
showError("can't find " + dir.getPath());
- }
+ } else {
- File[] files = dir.listFiles(filter);
- if (files.length == 0) {
+ File[] files = dir.listFiles(filter);
+ if (files.length == 0) {
showWarning("no matching files found in: " + dir);
- }
+ }
- for (int i = 0; i < files.length; i++) {
+ for (int i = 0; i < files.length; i++) {
addFile(files[i]);
+ }
}
}
2/stable26'>backport/43252/stable26 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/is.json
blob: f436d93d9219fd6bf8dd32e7fc96ba59ebbf5215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36