You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ka...@apache.org on 2012/06/11 11:31:26 UTC

svn commit: r1348768 - in /db/derby/code/trunk/java: engine/org/apache/derby/iapi/util/ shared/org/apache/derby/shared/common/sanity/

Author: kahatlen
Date: Mon Jun 11 09:31:26 2012
New Revision: 1348768

URL: http://svn.apache.org/viewvc?rev=1348768&view=rev
Log:
Fixed package names in headers from com.ihost.cs to org.apache.derby.

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/DoubleProperties.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/JBitSet.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/Matchable.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/Operator.java
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/ReuseFactory.java
    db/derby/code/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/DoubleProperties.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/DoubleProperties.java?rev=1348768&r1=1348767&r2=1348768&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/DoubleProperties.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/DoubleProperties.java Mon Jun 11 09:31:26 2012
@@ -1,6 +1,6 @@
 /*
 
-   Derby - Class com.ihost.cs.DoubleProperties
+   Derby - Class org.apache.derby.iapi.util.DoubleProperties
 
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/JBitSet.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/JBitSet.java?rev=1348768&r1=1348767&r2=1348768&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/JBitSet.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/JBitSet.java Mon Jun 11 09:31:26 2012
@@ -1,6 +1,6 @@
 /*
 
-   Derby - Class com.ihost.cs.JBitSet
+   Derby - Class org.apache.derby.iapi.util.JBitSet
 
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/Matchable.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/Matchable.java?rev=1348768&r1=1348767&r2=1348768&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/Matchable.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/Matchable.java Mon Jun 11 09:31:26 2012
@@ -1,6 +1,6 @@
 /*
 
-   Derby - Class com.ihost.cs.Matchable
+   Derby - Class org.apache.derby.iapi.util.Matchable
 
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/Operator.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/Operator.java?rev=1348768&r1=1348767&r2=1348768&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/Operator.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/Operator.java Mon Jun 11 09:31:26 2012
@@ -1,6 +1,6 @@
 /*
 
-   Derby - Class com.ihost.cs.Operator
+   Derby - Class org.apache.derby.iapi.util.Operator
 
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/ReuseFactory.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/ReuseFactory.java?rev=1348768&r1=1348767&r2=1348768&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/ReuseFactory.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/util/ReuseFactory.java Mon Jun 11 09:31:26 2012
@@ -1,6 +1,6 @@
 /*
 
-   Derby - Class com.ihost.cs.ReuseFactory
+   Derby - Class org.apache.derby.iapi.util.ReuseFactory
 
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with

Modified: db/derby/code/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl?rev=1348768&r1=1348767&r2=1348768&view=diff
==============================================================================
--- db/derby/code/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl (original)
+++ db/derby/code/trunk/java/shared/org/apache/derby/shared/common/sanity/SanityState.tmpl Mon Jun 11 09:31:26 2012
@@ -28,7 +28,7 @@ package org.apache.derby.shared.common.s
  * has the two booleans expressed here as "false"; a sane build should be
  * have the booleans expressed as "true".
  *
- * @see com.ihost.cs.iapi.services.sanity.SanityManager
+ * @see org.apache.derby.iapi.services.sanity.SanityManager
  ** 
 */