~ubuntu-branches/ubuntu/trusty/proguard/trusty

« back to all changes in this revision

Viewing changes to src/proguard/io/DataEntryParentFilter.java

  • Committer: Bazaar Package Importer
  • Author(s): Sam Clegg
  • Date: 2008-05-15 10:39:48 UTC
  • mfrom: (1.2.1 upstream) (3.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080515103948-nipob41uk77osuu2
* New upstream release
* Fix build of ant task (Closes: #459829)
  Thanks to Hans van Kranenburg <debian@knorrie.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: DataEntryParentFilter.java,v 1.2 2004/08/15 12:39:30 eric Exp $
2
 
 *
3
 
 * ProGuard -- shrinking, optimization, and obfuscation of Java class files.
 
1
/*
 
2
 * ProGuard -- shrinking, optimization, obfuscation, and preverification
 
3
 *             of Java bytecode.
4
4
 *
5
5
 * Copyright (c) 2002 Eric Lafortune (eric@graphics.cornell.edu)
6
6
 *
28
28
public class DataEntryParentFilter
29
29
implements   DataEntryFilter
30
30
{
31
 
    private DataEntryFilter dataEntryFilter;
 
31
    private final DataEntryFilter dataEntryFilter;
32
32
 
33
33
 
34
34
    /**