diff --git a/src/main/java/com/squareup/squash/SquashEntry.java b/src/main/java/com/squareup/squash/SquashEntry.java index c3ce176..b3f27f9 100644 --- a/src/main/java/com/squareup/squash/SquashEntry.java +++ b/src/main/java/com/squareup/squash/SquashEntry.java @@ -2,7 +2,7 @@ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. -// You may obtain a copy of the License at +// You may obtain a copy of the L icense at // // http://www.apache.org/licenses/LICENSE-2.0 // @@ -20,7 +20,7 @@ import java.util.Date; import java.util.List; import java.util.Map; - +//hello this is fork /** An exception to be tracked in Squash (the replacement for Hoptoad, because Hoptoad is lame). */ // All of the fields are only used for gson serialization, and so can't be made local or removed. @SuppressWarnings({ "FieldCanBeLocal", "UnusedDeclaration" })