Skip to content

Commit

Permalink
Automatic merge of jdk:master into master
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Jul 23, 2020
2 parents 6791a0d + 5c8a154 commit 3f268f2
Showing 1 changed file with 5 additions and 1 deletion.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -42,6 +42,10 @@
* @since 1.6
*/
public abstract class CompiledScript {
/**
* Constructor for subclasses to call.
*/
public CompiledScript() {}

/**
* Executes the program stored in this <code>CompiledScript</code> object.
Expand Down

0 comments on commit 3f268f2

Please sign in to comment.