forked from torifat/JAvroPhonetic
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rifat Nabi <[email protected]>
- Loading branch information
Showing
9 changed files
with
975 additions
and
974 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,9 @@ | |
<description>A Java implementation of Avro Phonetic</description> | ||
|
||
<scm> | ||
<developerConnection>scm:git:[email protected]:torifat/JAvroPhonetic.git</developerConnection> | ||
<connection>scm:git:git://github.com/torifat/JAvroPhonetic.git</connection> | ||
<url>https://github.com/torifat/JAvroPhonetic/tree/xml</url> | ||
<developerConnection>scm:git:[email protected]:torifat/JAvroPhonetic.git</developerConnection> | ||
<connection>scm:git:git://github.com/torifat/JAvroPhonetic.git</connection> | ||
<url>https://github.com/torifat/JAvroPhonetic/tree/xml</url> | ||
</scm> | ||
|
||
<properties> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
/* | ||
============================================================================= | ||
***************************************************************************** | ||
The contents of this file are subject to the Mozilla Public License | ||
Version 1.1 (the "License"); you may not use this file except in | ||
compliance with the License. You may obtain a copy of the License at | ||
http://www.mozilla.org/MPL/ | ||
============================================================================= | ||
***************************************************************************** | ||
The contents of this file are subject to the Mozilla Public License | ||
Version 1.1 (the "License"); you may not use this file except in | ||
compliance with the License. You may obtain a copy of the License at | ||
http://www.mozilla.org/MPL/ | ||
Software distributed under the License is distributed on an "AS IS" | ||
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | ||
License for the specific language governing rights and limitations | ||
under the License. | ||
Software distributed under the License is distributed on an "AS IS" | ||
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | ||
License for the specific language governing rights and limitations | ||
under the License. | ||
The Original Code is JAvroPhonetic | ||
The Original Code is JAvroPhonetic | ||
The Initial Developer of the Original Code is | ||
Rifat Nabi <[email protected]> | ||
The Initial Developer of the Original Code is | ||
Rifat Nabi <[email protected]> | ||
Copyright (C) OmicronLab (http://www.omicronlab.com). All Rights Reserved. | ||
Copyright (C) OmicronLab (http://www.omicronlab.com). All Rights Reserved. | ||
Contributor(s): ______________________________________. | ||
Contributor(s): ______________________________________. | ||
***************************************************************************** | ||
============================================================================= | ||
***************************************************************************** | ||
============================================================================= | ||
*/ | ||
|
||
|
||
|
@@ -31,5 +31,5 @@ | |
import com.omicronlab.avro.phonetic.Data; | ||
|
||
public interface PhoneticLoader { | ||
public Data getData() throws Exception; | ||
public Data getData() throws Exception; | ||
} |
Oops, something went wrong.