Skip to content

Commit

Permalink
docs: correct badly imported sourcecode.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomCools authored and triceo committed Nov 25, 2024
1 parent f9950e9 commit d7e2306
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Java::
--
Create the `src/test/java/org/acme/schooltimetabling/solver/TimetableConstraintProviderTest.java` class:
[source,java,subs="attributes"]
[source,java,subs="attributes,specialchars"]
----
package org.acme.schooltimetabling.solver;
Expand Down Expand Up @@ -52,7 +52,7 @@ Kotlin::
--
Create the `src/test/kotlin/org/acme/schooltimetabling/solver/TimetableConstraintProviderTest.kt` class:
[source,kotlin,subs="attributes"]
[source,kotlin,subs="attributes,specialchars"]
----
package org.acme.schooltimetabling.solver
Expand Down

0 comments on commit d7e2306

Please sign in to comment.