~ubuntu-branches/ubuntu/saucy/mockito/saucy

« back to all changes in this revision

Viewing changes to org/mockito/internal/configuration/GlobalConfiguration.java

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2012-03-19 23:53:45 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120319235345-ommdb05d5kmn4q9g
Tags: 1.9.0+ds1-1
* New upstream version
* Updated debian/watch
* Fix FTBFS with hamcrest new interfaces (Closes: #661877)
* Updated debian/copyright
* Bump Standards-Version to 3.9.3, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * Copyright (c) 2007 Mockito contributors
3
 
 * This program is made available under the terms of the MIT License.
4
 
 */
 
1
/*
 
2
 * Copyright (c) 2007 Mockito contributors
 
3
 * This program is made available under the terms of the MIT License.
 
4
 */
5
5
package org.mockito.internal.configuration;
6
6
 
7
7
import org.mockito.ReturnValues;