File tree Expand file tree Collapse file tree
trunk/gcloud-java-core/src/main/java/com/google/gcloud Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: 3e57ae795e3b3b0388f2515818d727a5e2b4abc9
2+ refs/heads/master: 6bbfb056baa6e69934b3171f541dec54996c8516
33refs/heads/travis: 0fa997e2fc9c6b61b2d91e6d163655aae67d44b6
44refs/heads/gh-pages: 5a10432ecc75f29812e33a8236c900379509fe99
Original file line number Diff line number Diff line change 3434import java .io .IOException ;
3535import java .io .InputStream ;
3636import java .io .InputStreamReader ;
37+ import java .io .ObjectStreamException ;
3738import java .io .Serializable ;
3839import java .lang .reflect .Method ;
3940import java .net .HttpURLConnection ;
@@ -124,6 +125,10 @@ private static class DefaultClock extends ServiceOptions.Clock implements Serial
124125 public long millis () {
125126 return System .currentTimeMillis ();
126127 }
128+
129+ private Object readResolve () throws ObjectStreamException {
130+ return DEFAULT_TIME_SOURCE ;
131+ }
127132 }
128133 }
129134
You can’t perform that action at this time.
0 commit comments