Skip to content

Commit

Permalink
Corrected a tiny little typo in the Javadoc for ThingTypeProvider. (e…
Browse files Browse the repository at this point in the history
…clipse-archived#2987)

Signed-off-by: Alexander Kostadinov <[email protected]>
  • Loading branch information
alex-kostadinov authored and maggu2810 committed Feb 9, 2017
1 parent d4166a6 commit 1eb205e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ public interface ThingTypeProvider {
Collection<ThingType> getThingTypes(Locale locale);

/**
* Provides a thing type for the given UID or null if no no type for the
* Provides a thing type for the given UID or null if no type for the
* given UID exists.
*
* @param locale
* locale (can be null)
* @return thing type for the given UID or null if no no type for the given
* @return thing type for the given UID or null if no type for the given
* UID exists
*/
ThingType getThingType(ThingTypeUID thingTypeUID, Locale locale);
Expand Down

0 comments on commit 1eb205e

Please sign in to comment.