Skip to content

Commit 2bfef1d

Browse files
committed
clean up
1 parent 2e7af80 commit 2bfef1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/processing/app/Preferences.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@ static public void init() {
140140

141141
PApplet.useNativeSelect =
142142
Preferences.getBoolean("chooser.files.native"); //$NON-NLS-1$
143-
143+
144144
// So that the system proxy setting are used by default
145145
// https://github.com/processing/processing/issues/2643
146-
System.setProperty("java.net.useSystemProxies","true");
147-
146+
System.setProperty("java.net.useSystemProxies", "true");
147+
148148
// Set http proxy for folks that require it.
149149
// http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
150150
String proxyHost = get("proxy.host");

0 commit comments

Comments
 (0)