Title / Description
Code public static final class Location implements Serializable { @Exported public final String remote; @Exported public final String local; @DataBoundConstructor public Location(String remote, String local) { this.remote = remote; this.local = local; } }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code