Skip to content
Snippets Groups Projects
Commit 0db226ef authored by brinn's avatar brinn
Browse files

minor: fix formatting

SVN: 4710
parent d0340eda
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@ public final class Constants
/** The only accepted path separator (system independent). */
public final static char PATH_SEPARATOR = '/';
private Constants() {
private Constants()
{
// Can not be instantiated.
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment