File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
swing/javamoney-ez/money/src/main/java/org/javamoney/examples/ez/money/utility Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 2121
2222import org .javamoney .examples .ez .money .ApplicationProperties ;
2323import org .javamoney .examples .ez .money .gui .dialog .ProcessDialog ;
24-
2524import org .javamoney .examples .ez .common .net .ProxyWrapper ;
2625import org .javamoney .examples .ez .common .utility .I18NHelper ;
2726import org .javamoney .examples .ez .common .utility .ResourceHelper ;
@@ -118,13 +117,11 @@ else if(getLanguage() == ITALIAN)
118117 // Start of inner classes.
119118 //////////////////////////////////////////////////////////////////////////////
120119
121- private
122- static
123- class
124- ProcessWorker
120+ @ SuppressWarnings ("serial" )
121+ private static class ProcessWorker
125122 extends ProcessDialog
126123 {
127- protected
124+ protected
128125 ProcessWorker ()
129126 {
130127 super (getProperty ("processing" ), 0 );
@@ -212,10 +209,10 @@ else if(getLanguage() == ITALIAN)
212209 private static final String WIN_FIN = "win_fin.txt" ;
213210 private static final String WIN_ITA = "win_ita.txt" ;
214211 private static final String WIN_POR = "win_por.txt" ;
215- private static final String VERSION_URL = "http://www.adoracom.com /ezmoney/version_" ;
212+ private static final String VERSION_URL = "http://www.javamoney.org /ezmoney/version_" ;
216213
217214 /**
218215 * The current program version.
219216 */
220- public static final String CURRENT_VERSION = "2.5-SNAPSHOT " ;
217+ public static final String CURRENT_VERSION = "3.0-RC3 " ;
221218}
You can’t perform that action at this time.
0 commit comments