Skip to content

Commit

Permalink
Issue #6021 - Tabs vs Spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Mar 3, 2021
1 parent 3a457a1 commit e34c1cc
Showing 1 changed file with 10 additions and 10 deletions.
Expand Up @@ -20,11 +20,11 @@
</Call>
</Call>
</New>

<New id="properties" class="java.util.Properties">
<Call name="load">
<Arg>
<New class="java.io.FileInputStream">
<New class="java.io.FileInputStream">
<Arg><Property name="jetty.base"/>/resources/hotrod-client.properties</Arg>
</New>
</Arg>
Expand All @@ -34,7 +34,7 @@
<Arg><Ref refid="mapping"/></Arg>
</Call>
</New>


<!-- ===================================================================== -->
<!-- Convert properties to configuration. -->
Expand All @@ -49,15 +49,15 @@
</Arg>
</Call>
<Call id="config" name="build"/>
</New>
</New>

<!-- ===================================================================== -->
<!-- Get a reference to the remote cachemanager. -->
<!-- ===================================================================== -->
<New id="remoteCacheManager" class="org.infinispan.client.hotrod.RemoteCacheManager">
<Arg><Ref refid="config"/></Arg>
</New>

<!-- ===================================================================== -->
<!-- Set up custom session serialization. -->
<!-- ===================================================================== -->
Expand All @@ -84,7 +84,7 @@
</Arg>
</Call>
</Call>

<!-- ===================================================================== -->
<!-- Get a reference to the remote cache. -->
<!-- ===================================================================== -->
Expand All @@ -93,10 +93,10 @@
<Arg><Property name="jetty.session.infinispan.remoteCacheName" default="sessions"/></Arg>
</Call>
</Ref>

<!-- ===================================================================== -->
<!-- Set queryMgrFactory reference to RemoteQueryManagerFactory -->
<!-- ===================================================================== -->
<New id="queryMgrFactory" class="org.eclipse.jetty.session.infinispan.RemoteQueryManagerFactory"/>
</Configure>
<New id="queryMgrFactory" class="org.eclipse.jetty.session.infinispan.RemoteQueryManagerFactory"/>

</Configure>

0 comments on commit e34c1cc

Please sign in to comment.