Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Lucene: Java-Dev

RE: svn commit: r790581 - /lucene/java/trunk/src/java/org/apache/lucene/search/RangeTermEnum.java

 

 

Lucene java-dev RSS feed   Index | Next | Previous | View Threaded


uwe at thetaphi

Jul 2, 2009, 6:59 AM

Post #1 of 2 (115 views)
Permalink
RE: svn commit: r790581 - /lucene/java/trunk/src/java/org/apache/lucene/search/RangeTermEnum.java

Hrrrrrm, my work for LUCENE-1713 conflicted... I already added this to the
renamed class.

Please do not commit any changes to Range* classes before LUCENE-1713 is
resolved.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe [at] thetaphi

> -----Original Message-----
> From: markrmiller [at] apache [mailto:markrmiller [at] apache]
> Sent: Thursday, July 02, 2009 3:25 PM
> To: java-commits [at] lucene
> Subject: svn commit: r790581 -
> /lucene/java/trunk/src/java/org/apache/lucene/search/RangeTermEnum.java
>
> Author: markrmiller
> Date: Thu Jul 2 13:25:08 2009
> New Revision: 790581
>
> URL: http://svn.apache.org/viewvc?rev=790581&view=rev
> Log:
> missing Apache license header
>
> Modified:
> lucene/java/trunk/src/java/org/apache/lucene/search/RangeTermEnum.java
>
> Modified:
> lucene/java/trunk/src/java/org/apache/lucene/search/RangeTermEnum.java
> URL:
> http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/
> search/RangeTermEnum.java?rev=790581&r1=790580&r2=790581&view=diff
> ==========================================================================
> ====
> --- lucene/java/trunk/src/java/org/apache/lucene/search/RangeTermEnum.java
> (original)
> +++ lucene/java/trunk/src/java/org/apache/lucene/search/RangeTermEnum.java
> Thu Jul 2 13:25:08 2009
> @@ -1,5 +1,22 @@
> package org.apache.lucene.search;
>
> +/**
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements. See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version
> 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License. You may obtain a copy of the License at
> + *
> + * http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +
> import java.io.IOException;
> import java.text.Collator;
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe [at] lucene
For additional commands, e-mail: java-dev-help [at] lucene


markrmiller at gmail

Jul 2, 2009, 7:05 AM

Post #2 of 2 (99 views)
Permalink
Re: svn commit: r790581 - /lucene/java/trunk/src/java/org/apache/lucene/search/RangeTermEnum.java [In reply to]

Thats a pretty simple conflict resolution.

I think trying to lock down code while issues are in progress is
generally not a great idea. More cons than pros in my mind. Generally,
the onus is on the patch writer to continue to resolve conflicts until
they commit AFAICT.

That said, I have no plans to modify those classes in the near term, and
if I find cause, I'll hold off for now.

- Mark

Uwe Schindler wrote:
> Hrrrrrm, my work for LUCENE-1713 conflicted... I already added this to the
> renamed class.
>
> Please do not commit any changes to Range* classes before LUCENE-1713 is
> resolved.
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe [at] thetaphi
>
>
>> -----Original Message-----
>> From: markrmiller [at] apache [mailto:markrmiller [at] apache]
>> Sent: Thursday, July 02, 2009 3:25 PM
>> To: java-commits [at] lucene
>> Subject: svn commit: r790581 -
>> /lucene/java/trunk/src/java/org/apache/lucene/search/RangeTermEnum.java
>>
>> Author: markrmiller
>> Date: Thu Jul 2 13:25:08 2009
>> New Revision: 790581
>>
>> URL: http://svn.apache.org/viewvc?rev=790581&view=rev
>> Log:
>> missing Apache license header
>>
>> Modified:
>> lucene/java/trunk/src/java/org/apache/lucene/search/RangeTermEnum.java
>>
>> Modified:
>> lucene/java/trunk/src/java/org/apache/lucene/search/RangeTermEnum.java
>> URL:
>> http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/
>> search/RangeTermEnum.java?rev=790581&r1=790580&r2=790581&view=diff
>> ==========================================================================
>> ====
>> --- lucene/java/trunk/src/java/org/apache/lucene/search/RangeTermEnum.java
>> (original)
>> +++ lucene/java/trunk/src/java/org/apache/lucene/search/RangeTermEnum.java
>> Thu Jul 2 13:25:08 2009
>> @@ -1,5 +1,22 @@
>> package org.apache.lucene.search;
>>
>> +/**
>> + * Licensed to the Apache Software Foundation (ASF) under one or more
>> + * contributor license agreements. See the NOTICE file distributed with
>> + * this work for additional information regarding copyright ownership.
>> + * The ASF licenses this file to You under the Apache License, Version
>> 2.0
>> + * (the "License"); you may not use this file except in compliance with
>> + * the License. You may obtain a copy of the License at
>> + *
>> + * http://www.apache.org/licenses/LICENSE-2.0
>> + *
>> + * Unless required by applicable law or agreed to in writing, software
>> + * distributed under the License is distributed on an "AS IS" BASIS,
>> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
>> implied.
>> + * See the License for the specific language governing permissions and
>> + * limitations under the License.
>> + */
>> +
>> import java.io.IOException;
>> import java.text.Collator;
>>
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe [at] lucene
> For additional commands, e-mail: java-dev-help [at] lucene
>
>


--
- Mark

http://www.lucidimagination.com




---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe [at] lucene
For additional commands, e-mail: java-dev-help [at] lucene

Lucene java-dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.