Skip to content

Commit dd499ff

Browse files
author
Bobby Evans
committed
Merge pull request apache#38 from derekd/make-thrift-purpose-static
Make Config.ThriftPurpose enum static.
2 parents 33e0179 + 8a46388 commit dd499ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storm-core/src/jvm/backtype/storm/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public class Config extends HashMap<String, Object> {
244244
/**
245245
* The purpose for which the Thrift server is created.
246246
*/
247-
public enum ThriftServerPurpose {
247+
public static enum ThriftServerPurpose {
248248
NIMBUS("nimbus.thrift"),
249249
DRPC("drpc.worker");
250250

0 commit comments

Comments
 (0)