mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +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);
|
||||
}
|
||||
|
||||
/** 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
|
||||
public interface UnitConstructorFunction<U extends Unit<U>> {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user