~ldd/oowebdict/trunk

« back to all changes in this revision

Viewing changes to jsrc/com/lddubeau/oowebdict/comp/IndexImpl.java

  • Committer: ldd at lddubeau
  • Date: 2011-04-22 23:56:20 UTC
  • mfrom: (3.1.5 oowebdict)
  • Revision ID: ldd@lddubeau.com-20110422235620-kx223tvhknlvx541
Tags: oowebdict-0.4
VersionĀ 0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
                }
136
136
        }
137
137
 
138
 
        private static final class ProgressGlue implements ProgressMonitor
 
138
        static final class ProgressGlue implements ProgressMonitor
139
139
        {
140
140
                private final javax.swing.ProgressMonitor monitor;
141
141