Commit 70fe6e3
committed
fix(metadata): make matchesLanguageFamily protected for subclass access
DSC-896
ItemServiceImpl extends DSpaceObjectServiceImpl and calls matchesLanguageFamily
in its getMetadata override. The method was private, causing a compile error.
Changed visibility to protected.1 parent 2af2b64 commit 70fe6e3
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1196 | 1196 | | |
1197 | 1197 | | |
1198 | 1198 | | |
1199 | | - | |
| 1199 | + | |
1200 | 1200 | | |
1201 | 1201 | | |
1202 | 1202 | | |
| |||
0 commit comments