Skip to content

Commit

Permalink
apply coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
0mok committed Mar 10, 2014
1 parent f12e1b2 commit 433fa5e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/java/kr/co/vcnc/haeinsa/HaeinsaIntraScan.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ public int getBatch() {
public NavigableSet<byte[]> getFamilies() {
return families;
}

public void setCacheBlocks(boolean cacheBlocks) {
this.cacheBlocks = cacheBlocks;
}
this.cacheBlocks = cacheBlocks;
}

public boolean getCacheBlocks() {
return cacheBlocks;
}
return cacheBlocks;
}
}

0 comments on commit 433fa5e

Please sign in to comment.