Skip to content

Commit

Permalink
Suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Jan 13, 2016
1 parent ba92631 commit a9880c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Src/GoogleApis.Tests/Apis/Requests/PageStreamerTest.cs
@@ -1,5 +1,5 @@
/*
Copyright 2015 Google Inc
Copyright 2016 Google Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -16,7 +16,9 @@

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;

Expand All @@ -25,8 +27,6 @@
using Google.Apis.Requests;
using Google.Apis.Discovery;
using Google.Apis.Services;
using System.IO;
using System.Net.Http;

namespace Google.Apis.Tests.Apis.Requests
{
Expand Down
4 changes: 3 additions & 1 deletion Src/GoogleApis/Apis/Requests/PageStreamer.cs
@@ -1,5 +1,5 @@
/*
Copyright 2015 Google Inc
Copyright 2016 Google Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,6 +21,8 @@

namespace Google.Apis.Requests
{
// TODO(jskeet and LindaLawton): Add an example in the doc comment.

/// <summary>
/// A page streamer is a helper to provide both synchronous and asynchronous page streaming
/// of a listable or queryable resource.
Expand Down

0 comments on commit a9880c9

Please sign in to comment.