mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 04:49:12 +00:00
Remove accidental checkin of println
This commit is contained in:
parent
4b87c4683d
commit
fc6493b5b1
@ -692,7 +692,6 @@ public class AnnotationParser
|
||||
parseDir(handlers, res, resolver);
|
||||
else
|
||||
{
|
||||
System.err.println("TRYING TO SCAN "+res);
|
||||
//we've already verified the directories, so just verify the class file name
|
||||
File file = res.getFile();
|
||||
if (isValidClassFileName((file==null?null:file.getName())))
|
||||
|
Loading…
x
Reference in New Issue
Block a user