mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
[wpiunits] Fix Javadoc warning (#6614)
This commit is contained in:
@@ -185,7 +185,11 @@ public final class UnitBuilder<U extends Unit<U>> {
|
|||||||
return toBase(x -> x * aggregation).fromBase(b -> b / aggregation);
|
return toBase(x -> x * aggregation).fromBase(b -> b / aggregation);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** A functional interface for constructing new units without relying on reflection. */
|
/**
|
||||||
|
* A functional interface for constructing new units without relying on reflection.
|
||||||
|
*
|
||||||
|
* @param <U> the type of the unit
|
||||||
|
*/
|
||||||
@FunctionalInterface
|
@FunctionalInterface
|
||||||
public interface UnitConstructorFunction<U extends Unit<U>> {
|
public interface UnitConstructorFunction<U extends Unit<U>> {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user