Skip to content

Commit

Permalink
doc: fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil committed Oct 28, 2024
1 parent e576637 commit 7834de4
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
public enum PhysicalPropertyType {
MASS_DENSITY, DYNAMIC_VISCOSITY, THERMAL_CONDUCTIVITY;

// We know we'll never mutate this, so we can keep
// a local copy for fast lookup in byName
/** Constant <code>copyOfValues</code> */
// We know we'll never mutate this, so we can keep a local copy for fast lookup in byName
/** Constant <code>copyOfValues</code>. */
private static final PhysicalPropertyType[] copyOfValues = values();

/**
Expand Down

0 comments on commit 7834de4

Please sign in to comment.