/.metadata/.plugins/org.eclipse.core.resources/.history/d/c01dd64285a3001e1dff9ae635b3e1ee

https://bitbucket.org/fixpoint/connexion · #! · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · 493016133c97830f639a6b3ccfdda55a MD5 · raw file

  1. package info.reflectionsofmind.connexion.launcher.cli;
  2. import info.reflectionsofmind.connexion.platform.cli.CommandLineRoot;
  3. public class Launcher
  4. {
  5. public static void main(final String[] args)
  6. {
  7. new CommandLineRoot().restart();
  8. }
  9. }