formatting
Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
parent
0b13e6cddd
commit
7cc1a376a3
|
@ -1030,9 +1030,11 @@ public class PathWatcher extends AbstractLifeCycle implements Runnable
|
||||||
register(dir,config);
|
register(dir,config);
|
||||||
|
|
||||||
final MultiException me = new MultiException();
|
final MultiException me = new MultiException();
|
||||||
try (Stream<Path> stream = Files.list( dir)) {
|
try (Stream<Path> stream = Files.list( dir))
|
||||||
|
{
|
||||||
stream.forEach( p -> {
|
stream.forEach( p -> {
|
||||||
if ( LOG.isDebugEnabled() ) LOG.debug( "registerTree? {}", p );
|
if ( LOG.isDebugEnabled() )
|
||||||
|
LOG.debug( "registerTree? {}", p );
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue