Increment the hit count for a weblog by a certain amount. This is basically a convenience method for doing a lookup, modify, save of a HitCountData object.
@param weblog The WebsiteData object to increment the count for.
@param amount How much to increment by.
@throws WebloggerException If there was a problem with the backend.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.