Skip to content

Commit e28a5a3

Browse files
jjjasperugur-bb
andcommitted
Fix method name.
Co-authored-by: ugur-bb <[email protected]>
1 parent 3a9f8d8 commit e28a5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boat-engine/src/main/java/com/backbase/oss/boat/transformers/bundler/ExamplesProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ private URI resolveUri(String relativePath, String refPath) {
239239
}
240240
}
241241

242-
private String removeTrainingDotSlash(String path) {
242+
private String removeLeadingDotSlash(String path) {
243243
if (StringUtils.startsWith(path,"./")) {
244244
return StringUtils.substring(path, 2);
245245
}

0 commit comments

Comments
 (0)