Skip to content

Commit

Permalink
TkRefresh
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 7, 2017
1 parent 26a76b5 commit de0195e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/main/java/io/jare/tk/TkApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@
@SuppressWarnings("PMD.ExcessiveImports")
public final class TkApp extends TkWrap {

/**
* Revision of app.
*/
private static final String REV = Manifests.read("Jare-Revision");

/**
* Ctor.
* @param base Base
Expand Down Expand Up @@ -176,7 +171,10 @@ private static Take make(final Base base) throws IOException {
)
)
),
String.format("X-Jare-Revision: %s", TkApp.REV),
String.format(
"X-Jare-Revision: %s",
Manifests.read("Jare-Revision")
),
"Vary: Cookie"
);
}
Expand Down

0 comments on commit de0195e

Please sign in to comment.