Skip to content

Commit

Permalink
core.HeldData class renamed to RegionContent
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pozhidaev committed Feb 22, 2016
1 parent 7a6dded commit cea4588
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Luwrain development is under way in "Electronic Moscow": http:https://e-moskva.ru

Main developers list includes (in alphabetical order):
Alexey Goloshumov <[email protected]>
Michael Pozhidaev <[email protected]> http:https://marigostra.com
Roman Volovodov <[email protected]>
The list of main LUWRAIN developers includes (in alphabetical order):

- Alexey Goloshumov <[email protected]>
- Michael Pozhidaev <[email protected]> http:https://marigostra.com
- Roman Volovodov <[email protected]>
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class TranslateRegion implements Command
luwrain.message("Не задан ключ для доступа к функциям переводчика", Luwrain.MESSAGE_ERROR);//FIXME:
return;
}
final HeldData data = luwrain.currentAreaRegion(true);
final RegionContent data = luwrain.currentAreaRegion(true);
if (data == null)
return;
final Client client = new Client(key);
Expand Down

0 comments on commit cea4588

Please sign in to comment.