Skip to content

Commit

Permalink
Fix javadoc of Project#getBundle
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Rueger <[email protected]>
  • Loading branch information
chrisrueger committed Feb 24, 2025
1 parent a08bd83 commit 934f8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biz.aQute.bndlib/src/aQute/bnd/build/Project.java
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ public void release(String name, boolean test) throws Exception {
* @param bsn The bundle symbolic name
* @param range The version range
* @param strategy set to LOWEST or HIGHEST
* @return the file object that points to the bundle or null if not found
* @return the Container that points to the bundle what might be {code}Container.TYPE.ERROR{code} in case it can not be found.
* @throws Exception when something goes wrong
*/

Expand Down

0 comments on commit 934f8e5

Please sign in to comment.