diff options
| author | Roy <roy.mail.net@gmail.com> | 2017-11-12 10:31:01 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2017-11-12 10:31:01 +0200 |
| commit | 255c97282edaf2e0e17ce3ad253653c36dd56243 (patch) | |
| tree | e50a412fb877af2da5fa45c0a6a68710844f34f3 /Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs | |
| parent | 5af3faff68fb32e0f7da874eb0c4652b8c282183 (diff) | |
| download | Tango-255c97282edaf2e0e17ce3ad253653c36dd56243.tar.gz Tango-255c97282edaf2e0e17ce3ad253653c36dd56243.zip | |
Fix previous commit ?
Diffstat (limited to 'Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs')
| -rw-r--r-- | Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs b/Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs index 55f0cf77f..80d8961c3 100644 --- a/Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs +++ b/Software/Visual Studio/Tango.Protobuf/Compilers/JavaCompiler.cs @@ -4,7 +4,7 @@ using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; -using Tango.Core.Helpers; +using Tango.SharedUI.Helpers; using Tango.Logging; namespace Tango.Protobuf.Compilers |
