minor comment cleanup
This commit is contained in:
+2
-1
@@ -22,7 +22,8 @@ package com.seibel.distanthorizons.api.enums.config;
|
||||
/**
|
||||
* UNCOMPRESSED <br>
|
||||
* LZ4 <br>
|
||||
* XZ <br><br>
|
||||
* Z_STD <br>
|
||||
* LZMA2 <br><br>
|
||||
*
|
||||
* Note: speed and compression ratios are examples
|
||||
* and should only be used for estimated comparisons.
|
||||
|
||||
+1
-3
@@ -116,9 +116,7 @@ public class FullDataSourceV2
|
||||
|
||||
/**
|
||||
* stored x/z, y <br>
|
||||
* The y data should be sorted from top to bottom <br>
|
||||
* TODO that ordering feels weird, it'd be nice to reverse that order, unfortunately
|
||||
* there's something in the render data logic that expects this order so we can't change it right now
|
||||
* The y data should be sorted from top to bottom
|
||||
*/
|
||||
public final LongArrayList[] dataPoints;
|
||||
|
||||
|
||||
@@ -716,10 +716,7 @@ public abstract class AbstractDhRepo<TKey, TDTO extends IBaseDTO<TKey>> implemen
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* should NOT start with WHERE
|
||||
* Example: TODO
|
||||
*/
|
||||
/** should not start with WHERE */
|
||||
protected abstract String CreateParameterizedWhereString();
|
||||
|
||||
protected void setPreparedStatementWhereClause(PreparedStatement statement, TKey key) throws SQLException { this.setPreparedStatementWhereClause(statement, 1, key); }
|
||||
|
||||
Reference in New Issue
Block a user