summaryrefslogtreecommitdiffstats
path: root/test/044-proxy
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-03-30 14:51:51 -0700
committerElliott Hughes <enh@google.com>2012-03-30 14:51:51 -0700
commit0f3c55331439970e01af67f80ac117c473bc04cf (patch)
treecfa28ad2a58af1ffddb0a2ce90443ad4606743c3 /test/044-proxy
parent273cf36d199cf73de3cf61a559ad27c9d23f9825 (diff)
downloadart-0f3c55331439970e01af67f80ac117c473bc04cf.tar.gz
art-0f3c55331439970e01af67f80ac117c473bc04cf.tar.bz2
art-0f3c55331439970e01af67f80ac117c473bc04cf.zip
Kill constants.h and fix some copyright headers.
Change-Id: I51c04d731d6de035328781d8ac134ad6fcf49897
Diffstat (limited to 'test/044-proxy')
-rw-r--r--test/044-proxy/src/ReturnsAndArgPassing.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/044-proxy/src/ReturnsAndArgPassing.java b/test/044-proxy/src/ReturnsAndArgPassing.java
index 6a706cbf6c..50eff77066 100644
--- a/test/044-proxy/src/ReturnsAndArgPassing.java
+++ b/test/044-proxy/src/ReturnsAndArgPassing.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2011 Google Inc. All Rights Reserved.
+ * Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -15,9 +15,6 @@
*/
import java.lang.reflect.*;
-/**
- * @author irogers@google.com (Ian Rogers)
- */
public class ReturnsAndArgPassing {
public static final String testName = "ReturnsAndArgPassing";