~maria-captains/mariadb-java-client/trunk

« back to all changes in this revision

Viewing changes to src/main/java/org/mariadb/jdbc/internal/common/query/parameters/DoubleParameter.java

  • Committer: Vladislav Vaintroub
  • Date: 2012-11-29 19:54:06 UTC
  • Revision ID: wlad@montyprogram.com-20121129195406-fg1txuq92yf9hr7n
Remove comments, mostly IDE generated, but also wrong and trivial ones

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
import java.io.IOException;
56
56
import java.io.OutputStream;
57
57
 
58
 
/**
59
 
 * . User: marcuse Date: Feb 27, 2009 Time: 10:00:38 PM
60
 
 */
 
58
 
61
59
public class DoubleParameter implements ParameterHolder {
62
60
    double value;
63
61