Sequecepointable restored
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/3fd80538 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/3fd80538 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/3fd80538 Branch: refs/heads/master Commit: 3fd80538919f83868a81f2966f76539ab64f4720 Parents: 98dc04f Author: riyafa <[email protected]> Authored: Thu May 19 10:18:21 2016 +0530 Committer: riyafa <[email protected]> Committed: Thu May 19 10:18:21 2016 +0530 ---------------------------------------------------------------------- .../org/apache/vxquery/datamodel/accessors/SequencePointable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/3fd80538/vxquery-core/src/main/java/org/apache/vxquery/datamodel/accessors/SequencePointable.java ---------------------------------------------------------------------- diff --git a/vxquery-core/src/main/java/org/apache/vxquery/datamodel/accessors/SequencePointable.java b/vxquery-core/src/main/java/org/apache/vxquery/datamodel/accessors/SequencePointable.java index 561ef8b..9ccac0b 100644 --- a/vxquery-core/src/main/java/org/apache/vxquery/datamodel/accessors/SequencePointable.java +++ b/vxquery-core/src/main/java/org/apache/vxquery/datamodel/accessors/SequencePointable.java @@ -77,4 +77,4 @@ public class SequencePointable extends AbstractPointable { private static int getDataAreaOffset(byte[] bytes, int start) { return getSlotArrayOffset(start) + getEntryCount(bytes, start) * SLOT_SIZE; } -} +} \ No newline at end of file
