From 39a4d5463f2a0999d71db5187b41f17c2c6c3f2f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 20 Feb 2007 19:14:21 +0000 Subject: [PATCH] --- src/java/com/samskivert/jdbc/depot/tools/GenRecordTask.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/samskivert/jdbc/depot/tools/GenRecordTask.java b/src/java/com/samskivert/jdbc/depot/tools/GenRecordTask.java index c876771..69ddb18 100644 --- a/src/java/com/samskivert/jdbc/depot/tools/GenRecordTask.java +++ b/src/java/com/samskivert/jdbc/depot/tools/GenRecordTask.java @@ -359,7 +359,7 @@ public class GenRecordTask extends Task protected static final String FIELDS_END = MARKER + "FIELDS END"; /** A regular expression for matching the package declaration. */ - protected static final Pattern PACKAGE_PATTERN = Pattern.compile("^\\s*package\\s+(\\w+)\\W"); + protected static final Pattern PACKAGE_PATTERN = Pattern.compile("^\\s*package\\s+(\\S+)\\W"); /** A regular expression for matching the class or interface declaration. */ protected static final Pattern NAME_PATTERN = Pattern.compile(