Skip to content

Commit 72713b7

Browse files
committed
Translate 'not set' and correct indentation
1 parent 6d3af75 commit 72713b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/ko/xdoc/configuration.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -574,14 +574,14 @@ SqlSessionFactory factory = new SqlSessionFactoryBuilder().build(reader, environ
574574
defaultSqlProviderType
575575
</td>
576576
<td>
577-
Provider method를 가지고 있는 sql provider class를 지정한다. (3.5.6 부터).
578-
이 클래스는 sql provider annotation(예: <code>@SelectProvider</code>)의 <code>type</code> (혹은 <code>value</code>)속성이 누락되었을때 기본으로 적용된다.
577+
Provider method를 가지고 있는 sql provider class를 지정한다. (3.5.6 부터).
578+
이 클래스는 sql provider annotation(예: <code>@SelectProvider</code>)의 <code>type</code> (혹은 <code>value</code>)속성이 누락되었을때 기본으로 적용된다.
579579
</td>
580580
<td>
581581
타입별칭이나 패키지 경로를 포함한 클래스명
582582
</td>
583583
<td>
584-
584+
설정하지 않음
585585
</td>
586586
</tr>
587587
</tbody>

0 commit comments

Comments
 (0)