Skip to content

Commit

Permalink
Fix Ranking with correct Type
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hoffmann <m.hoffmann@data-in-motion.biz>
  • Loading branch information
maho7791 committed Mar 27, 2024
1 parent 10f4d5a commit fa90854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cnf/build.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
dimcBaselining: true
mavenCentral: true
github-project: org.gecko.emf.persistence
base-version: 6.1.0
base-version: 6.1.1
repository-base-version: 9.3.0.${tstamp}-SNAPSHOT

# Maven Central Group-Id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
version = "2.0",
attribute = "type=default"
)
@Component(name="EIteratorInputContentHandler", service=InputContentHandler.class, property = {Constants.SERVICE_RANKING + "=20"})
@Component(name="EIteratorInputContentHandler", service=InputContentHandler.class, property = {Constants.SERVICE_RANKING + ":Integer=20"})
public class EMFCursorInputContentHandler extends UncachedInputContentHandler {

/* (non-Javadoc)
Expand Down

0 comments on commit fa90854

Please sign in to comment.