Skip to content

Commit

Permalink
Make configuration final.
Browse files Browse the repository at this point in the history
  • Loading branch information
rayortigas committed Mar 20, 2015
1 parent e8aea3c commit 5d8ff30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
public class HadoopFsHelper implements FileBasedHelper {
private static Logger log = LoggerFactory.getLogger(HadoopFsHelper.class);
private State state;
private Configuration configuration;
private final Configuration configuration;
private FileSystem fs;

public HadoopFsHelper(State state) {
Expand Down

0 comments on commit 5d8ff30

Please sign in to comment.