diff options
Diffstat (limited to 'src/main/javadoc')
-rwxr-xr-x | src/main/javadoc/overview.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html index 162e7ec..0be8c38 100755 --- a/src/main/javadoc/overview.html +++ b/src/main/javadoc/overview.html @@ -13,15 +13,15 @@ MDBC can automatically adopt to the database in use, as well as the style of MUS by the use of "mixins". Each JDBC Connection via MDBC specifies two mixins to use: </p> <ul> -<li>a Mixin that conforms to the {@link com.att.research.mdbc.mixins.MusicInterface} specification +<li>a Mixin that conforms to the {@link org.onap.music.mdbc.mixins.MusicInterface} specification for communicating with MUSIC/Cassandra.</li> -<li>a Mixin that conforms to the {@link com.att.research.mdbc.mixins.DBInterface} specification +<li>a Mixin that conforms to the {@link org.onap.music.mdbc.mixins.DBInterface} specification for communicating with the underlying database in use.</li> </ul> <p> More details are provided on the package pages for -<code>com.att.research.mdbc</code> and -<code>com.att.research.mdbc.mixins</code>. +<code>org.onap.music.mdbc</code> and +<code>org.onap.music.mdbc.mixins</code>. </p> <h2>Limitations</h2> There are several limitations to the use of MDBC: |