Skip to content

Commit

Permalink
Moved the Scan util from U module to Utils module.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmihajlovski committed Jan 17, 2015
1 parent 112c8ab commit e4e1aa6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rapidoid-u/src/main/java/org/rapidoid/util/U.java
Expand Up @@ -1163,7 +1163,6 @@ public static ByteBuffer buf(String s) {

public static synchronized void args(String... args) {
Conf.args(args);
Scan.args(args);
}

public static void benchmark(String name, int count, Runnable runnable) {
Expand Down

0 comments on commit e4e1aa6

Please sign in to comment.