Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGruen committed Feb 24, 2015
2 parents 022411a + bd2a5e3 commit bf96ce6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -40,7 +40,7 @@ public final class FuncOptions {
* @param root name of root node
* @param info input info
*/
FuncOptions(final QNm root, final InputInfo info) {
public FuncOptions(final QNm root, final InputInfo info) {
test = new NodeTest(root);
this.root = root;
this.info = info;
Expand All @@ -52,7 +52,7 @@ public final class FuncOptions {
* @param options options
* @throws QueryException query exception
*/
void parse(final Item it, final Options options) throws QueryException {
public void parse(final Item it, final Options options) throws QueryException {
parse(it, options, INVALIDOPT_X);
}

Expand Down

0 comments on commit bf96ce6

Please sign in to comment.