Skip to content

Fix Javadoc HTML entity in FrictionTheoryViscosityMethod#61

Merged
EvenSol merged 1 commit intomasterfrom
codex/fix-javadoc-generation-errors
Apr 8, 2026
Merged

Fix Javadoc HTML entity in FrictionTheoryViscosityMethod#61
EvenSol merged 1 commit intomasterfrom
codex/fix-javadoc-generation-errors

Conversation

@EvenSol
Copy link
Copy Markdown
Owner

@EvenSol EvenSol commented Apr 8, 2026

Motivation

  • Javadoc generation failed with a bad HTML entity error due to an unescaped ampersand in the reference text of FrictionTheoryViscosityMethod.java.

Description

  • Replace Industrial & Engineering Chemistry with Industrial & Engineering Chemistry in the Javadoc of src/main/java/neqsim/physicalproperties/methods/commonphasephysicalproperties/viscosity/FrictionTheoryViscosityMethod.java to produce valid HTML.

Testing

  • Ran ./mvnw -q -DskipTests javadoc:javadoc and confirmed Javadoc generation completes successfully.

Codex Task

Copilot AI review requested due to automatic review settings April 8, 2026 18:02
@EvenSol EvenSol merged commit 1dd3a0b into master Apr 8, 2026
1 check passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a Javadoc HTML parsing failure in FrictionTheoryViscosityMethod by escaping an ampersand in a reference citation so the Maven Javadoc plugin can generate documentation successfully.

Changes:

  • Escaped & to & in a Javadoc reference string to avoid bad HTML entity during javadoc:javadoc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants