diff --git a/src/main/java/neqsim/physicalproperties/PhysicalPropertyType.java b/src/main/java/neqsim/physicalproperties/PhysicalPropertyType.java index 9116ad4384..1a58a8aa15 100644 --- a/src/main/java/neqsim/physicalproperties/PhysicalPropertyType.java +++ b/src/main/java/neqsim/physicalproperties/PhysicalPropertyType.java @@ -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 copyOfValues */ + // We know we'll never mutate this, so we can keep a local copy for fast lookup in byName + /** Constant copyOfValues. */ private static final PhysicalPropertyType[] copyOfValues = values(); /**