git-svn-id: https://samskivert.googlecode.com/svn/trunk@2303 6335cc39-0255-0410-8fd6-9bcaacd3b74c

This commit is contained in:
ray
2008-05-16 03:20:27 +00:00
parent fbfd736f25
commit 328fae15e6
@@ -106,7 +106,7 @@ public abstract class Arithmetic
@Override
public String operator()
{
return "/";
return " / "; // Pad with spaces to work-around a MySQL bug.
}
}