~ubuntu-branches/ubuntu/trusty/cdk/trusty-proposed

« back to all changes in this revision

Viewing changes to src/org/openscience/cdk/isomorphism/matchers/smarts/RecurseAtom.java

  • Committer: Bazaar Package Importer
  • Author(s): Paul Cager
  • Date: 2008-04-09 21:17:53 UTC
  • Revision ID: james.westby@ubuntu.com-20080409211753-46lmjw5z8mx5pd8d
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/*
 
3
 *  $RCSfile$
 
4
 *  $Author: Sushil Ronghe $
 
5
 *  $Date: 2007-04-12  $
 
6
 *  $Revision: 6631 $
 
7
 *
 
8
 *  Copyright (C) 2002-2006  The Chemistry Development Kit (CDK) project
 
9
 *
 
10
 *  Contact: cdk-devel@lists.sourceforge.net
 
11
 *
 
12
 *  This program is free software; you can redistribute it and/or
 
13
 *  modify it under the terms of the GNU Lesser General Public License
 
14
 *  as published by the Free Software Foundation; either version 2.1
 
15
 *  of the License, or (at your option) any later version.
 
16
 *  All I ask is that proper credit is given for my work, which includes
 
17
 *  - but is not limited to - adding the above copyright notice to the beginning
 
18
 *  of your source code files, and to any copyright notice that you may distribute
 
19
 *  with programs based on this work.
 
20
 *
 
21
 *  This program is distributed in the hope that it will be useful,
 
22
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
23
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
24
 *  GNU Lesser General Public License for more details.
 
25
 *
 
26
 *  You should have received a copy of the GNU Lesser General Public License
 
27
 *  along with this program; if not, write to the Free Software
 
28
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 
29
 *
 
30
 */
 
31
 
 
32
package org.openscience.cdk.isomorphism.matchers.smarts;     
 
33
     
 
34
/**
 
35
 *
 
36
 * @author niper
 
37
 */
 
38
public class RecurseAtom extends SMARTSAtom{
 
39
    
 
40
    /** Creates a new instance of RecurseAtom */
 
41
    public RecurseAtom() {
 
42
    }
 
43
    
 
44
    
 
45
}