We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9653074 + 6fd7f0d commit fd7054eCopy full SHA for fd7054e
build.gradle
@@ -118,7 +118,7 @@ uploadArchives {
118
pom.project {
119
name project.name
120
packaging 'jar'
121
- description 'Domain Oriented Database Mapping Framework for Java 8'
+ description 'DAO Oriented Database Mapping Framework for Java 8+'
122
url projectUrl
123
licenses {
124
license {
docs/faq.rst
@@ -11,7 +11,7 @@ FAQ
11
Domaとはどのような意味ですか?
12
------------------------------
13
14
-**D** omain **O** riented Database **MA** pping Framework の略です。
+**D** AO **O** riented Database **MA** pping Framework の略です。
15
16
注釈処理とはなんですか?
17
------------------------
0 commit comments