Skip to content

Commit

Permalink
Caps
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 29, 2016
1 parent 0e9dcea commit b9f26f6
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,8 +1,8 @@
package hu.bme.mit.trainbenchmark.benchmark.viatra.config;

public enum ViatraBackend {
INCREMENTAL("Incremental"),
LOCAL_SEARCH("Local search");
INCREMENTAL("Incremental"),
LOCAL_SEARCH("Local Search");

private String name;

Expand Down

0 comments on commit b9f26f6

Please sign in to comment.