This is an automated email from the ASF dual-hosted git repository.
mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new f6e4996 Remove unnecessary log entry
new b686868 Merge pull request #3411 from jhorvath/javadoc-log
f6e4996 is described below
commit f6e4996efeec80b8aaa34d011a8eb8eb134251c3
Author: Jan Horvath <[email protected]>
AuthorDate: Wed Jan 5 13:29:19 2022 +0100
Remove unnecessary log entry
---
nbbuild/antsrc/org/netbeans/nbbuild/Arch.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/Arch.java
b/nbbuild/antsrc/org/netbeans/nbbuild/Arch.java
index 48a0fa0..eead3fb 100644
--- a/nbbuild/antsrc/org/netbeans/nbbuild/Arch.java
+++ b/nbbuild/antsrc/org/netbeans/nbbuild/Arch.java
@@ -685,7 +685,6 @@ public class Arch extends Task implements ErrorHandler,
EntityResolver, URIResol
String last = systemId.substring(idx + 1);
if (localDTDs.contains(last)) {
- log("Resolved to embedded DTD");
InputSource is = new
InputSource(Arch.class.getResourceAsStream(last));
is.setSystemId(systemId);
return is;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists