Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: com/clra/rowing/BoatingView.java


1   /*
2    * Copyright (c) Carnegie Lake Rowing Association 2002. All rights reserved.
3    * Distributed under the GPL license. See doc/COPYING.
4    * $RCSfile: BoatingView.java,v $
5    * $Date: 2003/02/26 03:38:45 $
6    * $Revision: 1.3 $
7    */
8   
9   package com.clra.rowing;
10  
11  /**
12   * Read-only information about a boating.
13   *
14   * @version $Id: BoatingView.java,v 1.3 2003/02/26 03:38:45 rphall Exp $
15   * @author <a href="mailto:rphall@pluto.njcc.com">Rick Hall</a>
16   */
17  public class BoatingView {
18  
19  } // BoatingView
20  
21  /*
22   * $Log: BoatingView.java,v $
23   * Revision 1.3  2003/02/26 03:38:45  rphall
24   * Added copyright and GPL license
25   *
26   * Revision 1.2  2002/02/18 18:03:52  rphall
27   * Ran dos2unix to remove ^M (carriage return) from end of lines
28   *
29   * Revision 1.1.1.1  2002/01/03 21:57:28  rphall
30   * Initial load, 5th try, Jan-03-2002 4:57 PM
31   *
32   * Revision 1.1  2001/11/23 18:24:00  rphall
33   * Read-only view of boating data
34   *
35   */
36