Skip to content

Commit

Permalink
Fix issue in javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jun 11, 2024
1 parent d3eed47 commit fff5ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/neuroml/model/util/CellUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ else if (cell.getBiophysicalPropertiesAttr() !=null)
}

/**
* @deprecated use LinkedHashMap<Integer, Segment> getIdsVsSegments(Cell cell, NeuroMLDocument nml2doc) instead.
* @deprecated use getIdsVsSegments(Cell cell, NeuroMLDocument nml2doc) instead.
*/
@Deprecated
public static LinkedHashMap<Integer, Segment> getIdsVsSegments(Cell cell) {
Expand Down

0 comments on commit fff5ec6

Please sign in to comment.