You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Bryan Pendleton <bp...@amberpoint.com> on 2007/11/16 18:32:45 UTC

Re: svn commit: r595662 - in /db/derby/code/trunk/java: engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj testing/org/apache/derbyTesting/functionTests/tests/lang/CommentTest.java testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java

dag@apache.org wrote:
> Date: Fri Nov 16 05:51:56 2007
> New Revision: 595662



> Added: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CommentTest.java
> URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CommentTest.java?rev=595662&view=auto
> ==============================================================================
> --- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CommentTest.java (added)
> +++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/lang/CommentTest.java Fri Nov 16 05:51:56 2007
> @@ -0,0 +1,141 @@
> +/*
> +
> +   Derby - Class org.apache.derbyTesting.functionTests.tests.lang.CreateTableFromQueryTest
> +
> +       Licensed to the Apache Software Foundation (ASF) under one

This looks like a typo in the comment. The comment was probably copied
from CreateTableFromQueryTest.java.

thanks,

bryan



Re: svn commit: r595662 - in /db/derby/code/trunk/java: engine/org/apache/derby/impl/sql/compile/sqlgrammar.jj testing/org/apache/derbyTesting/functionTests/tests/lang/CommentTest.java testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java

Posted by "Dag H. Wanvik" <Da...@Sun.COM>.
Bryan Pendleton <bp...@amberpoint.com> writes:

>> +   Derby - Class org.apache.derbyTesting.functionTests.tests.lang.CreateTableFromQueryTest
>> +
>> +       Licensed to the Apache Software Foundation (ASF) under one
>
> This looks like a typo in the comment. The comment was probably copied
> from CreateTableFromQueryTest.java.

Thanks for spotting this, Bryan!

Dag