Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orzikhd committed Aug 30, 2017
1 parent 6611add commit 56387db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/edu/washington/escience/myria/util/MyriaUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public static ByteBuffer getBlob(final String filename) {
}

/**
<<<<<<< HEAD
* <<<<<<< HEAD
* casts blob v to an int
* @param v the blob to cast
* @return the value inside of the blob as an int
Expand Down Expand Up @@ -199,7 +199,7 @@ public static long castBlobToLong(ByteBuffer v) throws IndexOutOfBoundsException
}
}

/**
/**
* This function replaces the `s3` scheme with the `s3a` scheme,
* to force use of the new S3A Hadoop filesystem.
* @param uri input URI
Expand Down

0 comments on commit 56387db

Please sign in to comment.