You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2004/12/03 19:40:50 UTC

cvs commit: incubator-myfaces/src/components/org/apache/myfaces/custom/date HtmlInputDate.java

svieujot    2004/12/03 10:40:50

  Modified:    src/components/org/apache/myfaces/custom/date
                        HtmlInputDate.java
  Log:
  
  
  Revision  Changes    Path
  1.7       +2 -3      incubator-myfaces/src/components/org/apache/myfaces/custom/date/HtmlInputDate.java
  
  Index: HtmlInputDate.java
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/components/org/apache/myfaces/custom/date/HtmlInputDate.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- HtmlInputDate.java	13 Oct 2004 11:50:57 -0000	1.6
  +++ HtmlInputDate.java	3 Dec 2004 18:40:50 -0000	1.7
  @@ -66,7 +66,6 @@
   		if (_type != null) return _type;
   		ValueBinding vb = getValueBinding("type");
   		return vb != null ? (String)vb.getValue(getFacesContext()) : "date";
  -
   	}
   
   	public void setType(String string) {