Skip to content

Commit 3cbd98e

Browse files
committed
Prepare issue branch.
1 parent 26709fd commit 3cbd98e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-commons</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0-GH-3292-SNAPSHOT</version>
99

1010
<name>Spring Data Core</name>
1111
<description>Core Spring concepts underpinning every Spring Data module.</description>

src/main/kotlin/org/springframework/data/mapping/KPropertyPath.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ internal class KIterablePropertyPath<T, U>(
4949
* @author Tjeu Kayim
5050
* @author Mikhail Polivakha
5151
*/
52-
internal fun asString(property: KProperty<*>): String {
52+
fun asString(property: KProperty<*>): String {
5353
return when (property) {
5454
is KPropertyPath<*, *> ->
5555
"${asString(property.parent)}.${property.child.name}"

0 commit comments

Comments
 (0)