[jboss-cvs] jboss-seam/examples/seampay/src/org/jboss/seam/example/seampay ...

Norman Richards norman.richards at jboss.com
Tue Dec 26 13:41:43 EST 2006


  User: nrichards
  Date: 06/12/26 13:41:43

  Modified:    examples/seampay/src/org/jboss/seam/example/seampay 
                        Payment.java
  Log:
  remove testing property
  
  Revision  Changes    Path
  1.6       +0 -7      jboss-seam/examples/seampay/src/org/jboss/seam/example/seampay/Payment.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Payment.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seampay/src/org/jboss/seam/example/seampay/Payment.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Payment.java	17 Dec 2006 05:10:40 -0000	1.5
  +++ Payment.java	26 Dec 2006 18:41:43 -0000	1.6
  @@ -50,13 +50,6 @@
           this.amount = amount;
       }
   
  -    public BigInteger getTesting() {
  -        return testing;
  -    }
  -    public void setTesting(BigInteger testing) {
  -        this.testing = testing;
  -    }
  -    
       public String getPayee()
       {
           return payee;
  
  
  



More information about the jboss-cvs-commits mailing list