fix: mess tag. Closes #1090.
This commit is contained in:
@@ -43,7 +43,7 @@ public class AggregatedObservableList<T> {
|
|||||||
* @return an unmodifiable view of the aggregatedList
|
* @return an unmodifiable view of the aggregatedList
|
||||||
*/
|
*/
|
||||||
public ObservableList<T> getAggregatedList() {
|
public ObservableList<T> getAggregatedList() {
|
||||||
return FXCollections.unmodifiableObservableList(aggregatedList);
|
return aggregatedList;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void appendList(@NotNull ObservableList<T> list) {
|
public void appendList(@NotNull ObservableList<T> list) {
|
||||||
|
|||||||
@@ -44,13 +44,6 @@ public enum Platform {
|
|||||||
return bit;
|
return bit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* The platform of current Java Environment.
|
|
||||||
*/
|
|
||||||
public static Platform getPlatform() {
|
|
||||||
return Architecture.CURRENT.getPlatform();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The json serializer to {@link Platform}.
|
* The json serializer to {@link Platform}.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user