Skip to content

Commit

Permalink
Fixing the build. Sorry. Commited too eagerly.
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jan 22, 2016
1 parent 83d5eb6 commit 7c3faa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-system/pom.xml
Expand Up @@ -74,7 +74,7 @@
<activiti-spring.version>5.17.0</activiti-spring.version>
<commons-email.version>1.3</commons-email.version>
<xmlsec.version>2.0.1</xmlsec.version>
<connid.version>1.4.3.0-SNAPSHOT</connid.version>
<connid.version>1.4.2.0</connid.version>
<jasper.version>6.1.1</jasper.version>
<derby.version>10.11.1.1</derby.version>
<wro4j.version>1.7.1</wro4j.version>
Expand Down
Expand Up @@ -2301,7 +2301,7 @@ private void recordResume() {

// Relax completeness requirements. This is a search, not get. So it is OK to
// return incomplete member lists and similar attributes.
optionsBuilder.setAllowPartialAttributeValues(true);
// optionsBuilder.setAllowPartialAttributeValues(true);

OperationOptions options = optionsBuilder.build();

Expand Down

0 comments on commit 7c3faa0

Please sign in to comment.