From dc2617a0b1f790807843256660421032988ce91f Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 22 Oct 2012 22:02:58 +0000 Subject: [PATCH] formatting fixes --- .../app/contrib/InstalledContribution.java | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/src/processing/app/contrib/InstalledContribution.java b/app/src/processing/app/contrib/InstalledContribution.java index c7d269481..26e0430ae 100644 --- a/app/src/processing/app/contrib/InstalledContribution.java +++ b/app/src/processing/app/contrib/InstalledContribution.java @@ -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; // - 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; // + protected int version; // 102 + protected int latestVersion; // 103 + protected String prettyVersion; // "1.0.2" protected File folder;