Skip to content

Commit 306612c

Browse files
gnodetplamentotev
authored andcommitted
Code style: missing line break
1 parent 7394f04 commit 306612c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/org/codehaus/plexus/components/io/resources/PlexusIoFileResource.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ public long getLastModified()
195195
return AttributeUtils.getLastModified( getFile() );
196196
}
197197

198-
@Override public boolean isSymbolicLink() {
198+
@Override
199+
public boolean isSymbolicLink()
200+
{
199201
return getAttributes().isSymbolicLink();
200202
}
201203

0 commit comments

Comments
 (0)