formatting fixes

This commit is contained in:
benfry
2012-10-22 22:02:58 +00:00
parent ddb34ce0d4
commit dc2617a0b1
@@ -34,16 +34,16 @@ import processing.app.*;
public abstract class InstalledContribution implements Contribution {
protected String name; // "pdf" or "PDF Export"
protected String id; // 1
protected String category; // "Sound"
protected String authorList; // Ben Fry
protected String url; // http://processing.org
protected String sentence; // Write graphics to PDF files.
protected String paragraph; // <paragraph length description for site>
protected int version; // 102
protected int latestVersion; // 103
protected String prettyVersion; // "1.0.2"
protected String name; // "pdf" or "PDF Export"
protected String id; // 1
protected String category; // "Sound"
protected String authorList; // Ben Fry
protected String url; // http://processing.org
protected String sentence; // Write graphics to PDF files.
protected String paragraph; // <paragraph length description for site>
protected int version; // 102
protected int latestVersion; // 103
protected String prettyVersion; // "1.0.2"
protected File folder;