Subversion Repository Public Repository

litesoft

Diff Revisions 852 vs 853 for /trunk/Java/core/jvm1.4/src/org/litesoft/ui/def/nonpublic/support/SimpleDateMetaData.java

Diff revisions: vs.
  @@ -22,10 +22,10 @@
22 22 String pExternalText, String pTooltip, //
23 23 boolean pRequired, String pErrorTextForRequired, //
24 24 String pCancelText, String pTodayText, //
25 - DateFormatControl pFormatControl )
25 + DateFormat pFormat )
26 26 {
27 27 super( pUsage, pDisabled, pHints, pExternalText, pTooltip, pRequired, pErrorTextForRequired,
28 - pCancelText, pTodayText, pFormatControl );
28 + pCancelText, pTodayText, pFormat );
29 29 }
30 30
31 31 public String getWhatWeAre()