0
0

scorch mergeplan package comments tweak

Moving the package comment for mergeplan to the right place.
This commit is contained in:
Steve Yen 2017-12-15 13:25:37 -08:00
parent 0c0f05e398
commit 45c212a0c2
2 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Package mergeplan provides a segment merge planning approach that's
// inspired by Lucene's TieredMergePolicy.java and descriptions like
// http://blog.mikemccandless.com/2011/02/visualizing-lucenes-segment-merges.html
package mergeplan
import (

View File

@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// The segment merge planning approach was inspired by Lucene's
// TieredMergePolicy.java and descriptions like
// http://blog.mikemccandless.com/2011/02/visualizing-lucenes-segment-merges.html
package mergeplan
import (