Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
Why didn't this commit...?
Browse files Browse the repository at this point in the history
  • Loading branch information
robotia committed Mar 24, 2016
1 parent 03288a9 commit bbfee34
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
+
public NibbleArray getBlockMSBArray()
{
+ if(this.blockMSBArray)
+ if(this.blockMSBArray != null)
+ {
+ this.blockMSBArray.forceToNonTrivialArray();
+ }
Expand All @@ -166,7 +166,7 @@

public NibbleArray getMetadataArray()
{
+ if(true)
+ if(blockMetadataArray != null)
+ {
+ this.blockMetadataArray.forceToNonTrivialArray();
+ }
Expand All @@ -175,7 +175,7 @@

public NibbleArray getBlocklightArray()
{
+ if(true)
+ if(blocklightArray != null)
+ {
+ this.blocklightArray.forceToNonTrivialArray();
+ }
Expand All @@ -184,7 +184,7 @@

public NibbleArray getSkylightArray()
{
+ if(true)
+ if(skylightArray != null)
+ {
+ this.skylightArray.forceToNonTrivialArray();
+ }
Expand Down

2 comments on commit bbfee34

@Bogdan-G
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hands and more inspect code

@sameer
Copy link
Member

@sameer sameer commented on bbfee34 Mar 25, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎 I didn't save the file

Please sign in to comment.