Skip to content

Commit 13c0b2c

Browse files
committed
Fix typo
1 parent 723babe commit 13c0b2c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/java/io/github/utplsql/api/types/CustomTypes.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
package io.github.utplsql.api.types;
22

33
/**
4-
* Created by Vinicius on 13/04/2017.
5-
* DBHelper custom data types.
4+
* Database custom data types.
65
*/
76
public enum CustomTypes {
87
// Object names must be upper case.
98
UT_DOCUMENTATION_REPORTER("UT_DOCUMENTATION_REPORTER"),
109
UT_COVERAGE_HTML_REPORTER("UT_COVERAGE_HTML_REPORTER"),
11-
UT_VARCHAF2_LIST("UT_VARCHAR2_LIST");
10+
UT_VARCHAR2_LIST("UT_VARCHAR2_LIST");
1211

1312
private String typeName;
1413

0 commit comments

Comments
 (0)