We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e846828 commit 0969866Copy full SHA for 0969866
build.xml
@@ -97,7 +97,7 @@
97
</javadoc>
98
</target>
99
100
- <!-- blah compilation target for packeging operations -->
+ <!-- compilation target for packeging operations -->
101
<target name="pkg-compile" depends="clean, setup, log4j, logger">
102
<javac debug="yes" srcdir="java_memcached-${ver}/src" destdir="java_memcached-${ver}/classes" deprecation="true">
103
<classpath refid="project.class.path"/>
0 commit comments