Skip to content

Instantly share code, notes, and snippets.

@justinpitts
Created June 11, 2014 17:02
Show Gist options
  • Save justinpitts/da0aca3423166f6aec3d to your computer and use it in GitHub Desktop.
Save justinpitts/da0aca3423166f6aec3d to your computer and use it in GitHub Desktop.
diff --git a/foo.java b/foo.java
index eb7e2d8..0c5161d 100644
--- a/foo.java
+++ b/foo.java
@@ -29,6 +29,8 @@ import com.example.FooUtil;
public class foo implements DB {
private static final String THING_ONE = "1";
+ private static final String THING_TWO = "2";^M
+ private static final String THING_THREE = "3";^M
private final DataConverter dataConverter = new JsonConverter("9u6Z15ea8UfyAHIg8oMuYC/xqC5EIvmzuql6L+oX6T3KT0sokDOSlNL9/u+dzg+psD18vlds4jNQtUAGxrJ7oz51FLuVycYCs+sxuWXwEC17zB9HKn7Mh4upZpwkTLUZn2Gh4r0eojG19C3PrnlzgWS7lXTZMQVttLcmrHRPVf2LgGqWp0kNipHCMuKzMxU/NMzpPt78L4VkjFKVq1mrEF4p6ZSL+NYiFN2LZh4ghaaWP/YSt3qjLWR0E0qphNjpCQFH6tuS7eGQEv3b+suPXdoQ468y+namtxVnjf/0f5wSmG0YFmGo...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment