From: <jer...@us...> - 2014-05-07 15:39:10
|
Revision: 8220 http://sourceforge.net/p/bigdata/code/8220 Author: jeremy_carroll Date: 2014-05-07 15:39:05 +0000 (Wed, 07 May 2014) Log Message: ----------- delete spurious character and ensure that the copyright symbol does not prevent the javadoc target from completing. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata-sails/src/java/com/bigdata/rdf/sail/webapp/HALoadBalancerServlet.java branches/BIGDATA_RELEASE_1_3_0/build.xml Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata-sails/src/java/com/bigdata/rdf/sail/webapp/HALoadBalancerServlet.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata-sails/src/java/com/bigdata/rdf/sail/webapp/HALoadBalancerServlet.java 2014-05-07 15:31:17 UTC (rev 8219) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata-sails/src/java/com/bigdata/rdf/sail/webapp/HALoadBalancerServlet.java 2014-05-07 15:39:05 UTC (rev 8220) @@ -79,7 +79,7 @@ * followers in a manner that reflects the CPU, IO Wait, and GC Time associated * with each service. * <p> - * The {@link PlatformStatsPlugIn}\xCA and {@link GangliaPlugIn} MUST be enabled + * The {@link PlatformStatsPlugIn} and {@link GangliaPlugIn} MUST be enabled * for the default load balancer policy to operate. It depends on those plugins * to maintain a model of the load on the HA replication cluster. The * GangliaPlugIn should be run only as a listener if you are are running the Modified: branches/BIGDATA_RELEASE_1_3_0/build.xml =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/build.xml 2014-05-07 15:31:17 UTC (rev 8219) +++ branches/BIGDATA_RELEASE_1_3_0/build.xml 2014-05-07 15:39:05 UTC (rev 8220) @@ -394,6 +394,7 @@ overview="${bigdata.dir}/overview.html" windowtitle="bigdata® v${build.ver}" classpathref="build.classpath" + encoding="utf-8" private="false" > <arg value="-J-Xmx1000m" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |