From: <bra...@us...> - 2009-11-05 20:46:04
|
Revision: 2872 http://archive-access.svn.sourceforge.net/archive-access/?rev=2872&view=rev Author: bradtofel Date: 2009-11-05 20:45:55 +0000 (Thu, 05 Nov 2009) Log Message: ----------- Testing Id expansion... Added Paths: ----------- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/surt/SvnTest.java Added: trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/surt/SvnTest.java =================================================================== --- trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/surt/SvnTest.java (rev 0) +++ trunk/archive-access/projects/wayback/wayback-core/src/main/java/org/archive/wayback/surt/SvnTest.java 2009-11-05 20:45:55 UTC (rev 2872) @@ -0,0 +1,39 @@ +/* SvnTest + * + * $Id$: + * + * Created on Nov 5, 2009. + * + * Copyright (C) 2006 Internet Archive. + * + * This file is part of Wayback. + * + * Wayback is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser Public License as published by + * the Free Software Foundation; either version 2.1 of the License, or + * any later version. + * + * Wayback is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser Public License for more details. + * + * You should have received a copy of the GNU Lesser Public License + * along with Wayback; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +package org.archive.wayback.surt; + +/** + * @author brad + * + */ +public class SvnTest { + /** + * @param fooArg + */ + public static void foo(String fooArg) { + + } +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |