~ubuntu-branches/ubuntu/natty/icedtea-web/natty-security

« back to all changes in this revision

Viewing changes to plugin/icedteanp/java/sun/applet/PluginDebug.java

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-02-24 12:57:25 UTC
  • mto: (18.1.1 experimental) (19.1.1 natty-security)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20110224125725-8zq5v35r6o27w8ku
Tags: upstream-1.1~20110320
ImportĀ upstreamĀ versionĀ 1.1~20110320

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
package sun.applet;
39
39
 
40
 
import java.io.*;
41
 
 
42
40
public class PluginDebug {
43
41
 
44
42
    static final boolean DEBUG = System.getenv().containsKey("ICEDTEAPLUGIN_DEBUG");