Skip to content

Commit 95d45c4

Browse files
committed
MASTER
1 parent b3accf0 commit 95d45c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stone/src/dao/board/BoardDAO.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author stoneis.pe.kr
1717
*/
1818
public class BoardDAO implements BoardDAOImpl {
19-
// 사용할 객체 초기화
19+
// 사용할 객체 초기화
2020
private Connection conn = null;
2121
private PreparedStatement pstmt = null;
2222
private ResultSet rs = null;

0 commit comments

Comments
 (0)