The removal of whitespace to the *.aj files made in1762157cause NoSuchMethodError for code compiled against previous versions of spring-aspects due to a bug in AspectJ (see SPR-10178 for details). This commit reverts all the whitespace changes made in1762157which resolves the NoSuchMethodErrors. Issue: SPR-10178